1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-10-18 03:05:13 -04:00

Be a bit more posix compliant

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-26 00:09:37 -07:00
parent d17763aaa5
commit 8671262ad1
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# Copyright (C) 2021-2024 Thien Tran # Copyright (C) 2021-2024 Thien Tran
# #

View File

@ -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(){

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# Copyright (C) 2021-2024 Thien Tran # Copyright (C) 2021-2024 Thien Tran
# Licensed under the Apache License, Version 2.0 (the "License"); you may not # Licensed under the Apache License, Version 2.0 (the "License"); you may not