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