aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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