Scripts/XFE/srm
2020-05-07 16:02:16 +02:00

5 lines
41 B
Bash
Executable file

#!/bin/sh
for arg
do
srm -rv "$arg"
done