Scripts/XFE/srm

6 lines
41 B
Bash
Executable File

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