/ tp.sh re-write

using lfMultiSelectHandler.sh
This commit is contained in:
committer@tuxwarrior
2025-04-12 15:38:49 -05:00
parent 4c7eb7c875
commit 26cc746856
2 changed files with 78 additions and 0 deletions

View File

@@ -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