Update 'sync.sh'

This commit is contained in:
Alexander Schäferdiek 2019-01-24 19:09:03 +00:00
parent dbee29a584
commit 7f21c3e90a

View file

@ -4,9 +4,9 @@
set -e;
usage() {
echo "Press 1 to sync git folder with /etc";
echo "Press 2 to sync /etc/skel with all command line users";
echo "Press 3 to sync /etc/skel with a specific user's home folder"
echo "Press 1 to sync git folder to '/etc'";
echo "Press 2 to sync git repository folder 'etc/skel' with all command line users";
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 "---";
echo "Hit CTRL+C to exit";