Update 'sync.sh'
This commit is contained in:
parent
dbee29a584
commit
7f21c3e90a
1 changed files with 3 additions and 3 deletions
6
sync.sh
6
sync.sh
|
@ -4,9 +4,9 @@
|
||||||
set -e;
|
set -e;
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "Press 1 to sync git folder with /etc";
|
echo "Press 1 to sync git folder to '/etc'";
|
||||||
echo "Press 2 to sync /etc/skel with all command line users";
|
echo "Press 2 to sync git repository folder 'etc/skel' with all command line users";
|
||||||
echo "Press 3 to sync /etc/skel with a specific user's home folder"
|
echo "Press 3 to sync git repository folder 'etc/skel' with a specific user's home folder"
|
||||||
echo "Press 4 to list command line users for sync";
|
echo "Press 4 to list command line users for sync";
|
||||||
echo "---";
|
echo "---";
|
||||||
echo "Hit CTRL+C to exit";
|
echo "Hit CTRL+C to exit";
|
||||||
|
|
Loading…
Reference in a new issue