Files
lnx-arch/dots/bin/tp.sh
committer@tuxwarrior 3869dd587d / removal of old code
2025-04-12 15:41:54 -05:00

13 lines
241 B
Bash
Executable File

#!/usr/bin/env bash
# klevstul :: 24.06
this_file_name=`basename "$0"`
if [ $# -lt 1 ]; then
echo "error: path to file is missing."
echo "usage: '$this_file_name [path_to_file]'"
exit 1
fi
lfMultiSelectHandler.sh trash-put $@