3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -vrf ${TMPDIR}/{foo,tmp,something,complicated,clike,using}*
|