formatting

This commit is contained in:
Emma Tebibyte 2023-07-02 23:21:27 -06:00
parent 7fd18eb26d
commit dadfad0650
Signed by: emma
GPG Key ID: 6D661C738815E7DD

4
en
View File

@ -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"
;; ;;