dotfiles/local/bin/trash

5 lines
56 B
Plaintext
Raw Normal View History

2021-08-11 13:45:00 -04:00
#!/bin/sh
mkdir -p "$HOME/.trash"
mv $@ "$HOME/.trash"