From d3e08abaa42fee4edcbd2f6bfa610a3fa7034bde Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 28 Sep 2017 10:23:14 -0300 Subject: Show available profiles by default --- unisync-all | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3