- trashPut.sh

no need. can use /usr/bin/trash-put directly
This commit is contained in:
committer
2024-05-28 12:51:04 -05:00
parent 15e66a4582
commit 1dbc415496

View File

@@ -1,14 +0,0 @@
#!/usr/bin/env bash
# klevstul :: 24.05
this_file_name=`basename "$0"`
echo ":: $this_file_name :: [K] ::"
if [ $# -lt 1 ]; then
echo "usage: '$this_file_name {path_to_file}'"
exit 1
fi
path_to_file=$1
trash-put ${path_to_file}