SyntaxFix
Write A Post
Hire A Developer
Questions
Not as bulletproof as the above answer, however still effective:
#!/bin/bash if [ "$1" = "" ] then echo "Usage: $0 <id number to be cleaned up>" exit fi # rm commands go here