RetroArch/ios/script/clean

8 lines
53 B
Bash
Executable File

#!/bin/sh
set -e
test -d "tmp" && {
rm -Rf tmp
}