Skip to content

Instantly share code, notes, and snippets.

@keithws
keithws / trash.sh
Last active August 29, 2015 14:14
trash bash script
#
# trash command
# move files to the trash
#
function trash {
if [[ "$@" == "" ]]
then
echo "usage: trash file ..."
return 64
fi