Files
lnx-arch/dots/bin/tp.sh
2026-02-24 08:41:36 -05:00

13 lines
243 B
Bash

#!/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 "$@"