asd
This commit is contained in:
parent
86a472d32b
commit
aa34294031
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
sudo echo
|
||||
|
||||
# Text modifiers
|
||||
bold=$(tput bold) # ${bold}
|
||||
normal=$(tput sgr0) # ${normal}
|
||||
|
@ -27,7 +27,7 @@ if [[ $? -eq 1 ]]; then
|
|||
echo You did not pick an ${bold}${yellow}option.${normal} Exiting!
|
||||
exit 1
|
||||
fi
|
||||
|
||||
sudo echo
|
||||
# locale | grep LANG
|
||||
# $XDG_CURRENT_DESKTOP
|
||||
|
||||
|
|
Loading…
Reference in a new issue