POSIX compliance

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-25 23:37:55 -07:00
parent 8aa5abae84
commit 23e6455d38
No known key found for this signature in database
GPG Key ID: 555C902A34EC968F

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# Copyright (C) 2024 Thien Tran # Copyright (C) 2024 Thien Tran
# #
@ -15,7 +15,7 @@
# the License. # the License.
output(){ output(){
echo -e '\e[36m'"$1"'\e[0m'; printf '\e[1;34m%-6s\e[m\n' "${@}"
} }
unpriv(){ unpriv(){