POSIX compliance
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
8aa5abae84
commit
23e6455d38
4
setup.sh
4
setup.sh
@ -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(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user