Skip to content

Commit

Permalink
POSIX compliance
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 committed Jun 26, 2024
1 parent 8aa5aba commit 23e6455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Copyright (C) 2024 Thien Tran
#
Expand All @@ -15,7 +15,7 @@
# the License.

output(){
echo -e '\e[36m'"$1"'\e[0m';
printf '\e[1;34m%-6s\e[m\n' "${@}"
}

unpriv(){
Expand Down

0 comments on commit 23e6455

Please sign in to comment.