mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
removes the tmp directory
This commit is contained in:
parent
845b87fbba
commit
2926e4533d
7
ios/script/clean
Executable file
7
ios/script/clean
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
test -d "tmp" && {
|
||||||
|
rm -Rf tmp
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user