diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-28 10:23:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-28 10:23:14 -0300 |
commit | d3e08abaa42fee4edcbd2f6bfa610a3fa7034bde (patch) | |
tree | b2850b5b750fd0bb1ce043d5c64bb277d4557fb8 | |
parent | 003bfc435acc1970dde335069a2a05f10ef14a8f (diff) | |
download | unisyncer-master.tar.gz unisyncer-master.tar.bz2 |
-rwxr-xr-x | unisync-all | 4 |
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 |