mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-21 09:01:34 -05:00
Be a bit more posix compliant
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
d17763aaa5
commit
8671262ad1
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 2021-2024 Thien Tran
|
||||
#
|
||||
|
@ -15,7 +15,7 @@
|
||||
# the License.
|
||||
|
||||
output(){
|
||||
echo -e '\e[36m'"$1"'\e[0m';
|
||||
printf '\e[1;34m%-6s\e[m\n' "${@}"
|
||||
}
|
||||
|
||||
unpriv(){
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 2021-2024 Thien Tran
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
|
Loading…
Reference in New Issue
Block a user