/ tp.sh re-write
using lfMultiSelectHandler.sh
This commit is contained in:
@@ -9,6 +9,10 @@ if [ $# -lt 1 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
lfMultiSelectHandler.sh trash-put $@
|
||||
|
||||
exit 0
|
||||
|
||||
sync_dir_sym=/home/${USER}/syncDir
|
||||
syncdir_env_var=SYNCDIR_${HOSTNAME}
|
||||
sync_dir=${!syncdir_env_var} # '!' to use the name and not the value
|
||||
|
||||
Reference in New Issue
Block a user