aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-28 10:23:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-28 10:23:14 -0300
commitd3e08abaa42fee4edcbd2f6bfa610a3fa7034bde (patch)
treeb2850b5b750fd0bb1ce043d5c64bb277d4557fb8
parent003bfc435acc1970dde335069a2a05f10ef14a8f (diff)
downloadunisyncer-master.tar.gz
unisyncer-master.tar.bz2
Show available profiles by defaultHEADmaster
-rwxr-xr-xunisync-all4
1 files changed, 4 insertions, 0 deletions
diff --git a/unisync-all b/unisync-all
index c11837d..1c80d97 100755
--- a/unisync-all
+++ b/unisync-all
@@ -48,4 +48,8 @@ if [ ! -z "$DEST" ]; then
for profile in $profiles; do
sync_code_run $profile
done
+else
+ echo "Available profiles:"
+ echo ""
+ ( cd $HOME/.unison && ls *.prf )
fi