5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
mkdir ~/.rm 2>/dev/null
|
||
|
mv "$@" ~/.rm
|