formatting
This commit is contained in:
parent
7fd18eb26d
commit
dadfad0650
4
en
4
en
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# Copying and distribution of this file, with or without modification, are
|
# Copying and distribution of this file, with or without modification, are
|
||||||
# permitted in any medium without royalty provided the copyright notice and this
|
# permitted in any medium without royalty provided the copyright notice and this
|
||||||
# notice are preserved. This file is offered as-is, without any warranty.
|
# notice are preserved. This file is offered as-is, without any warranty.
|
||||||
|
|
||||||
argv0="$0"
|
argv0="$0"
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ while test -n "$1"; do
|
|||||||
;;
|
;;
|
||||||
"s")
|
"s")
|
||||||
content="$(printf "%s" "$content" | sed "$args")"
|
content="$(printf "%s" "$content" | sed "$args")"
|
||||||
;;
|
;;
|
||||||
"w")
|
"w")
|
||||||
printf "%s\n" "$content" > "$1"
|
printf "%s\n" "$content" > "$1"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user