From: Silvio Rhatto Date: Thu, 28 Sep 2017 13:23:14 +0000 (-0300) Subject: Show available profiles by default X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=HEAD;p=unisyncer.git Show available profiles by default --- 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