mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-01-19 09:15:09 +00:00
6 lines
66 B
Bash
6 lines
66 B
Bash
|
#!/usr/local/bin/bash
|
||
|
|
||
|
echo Cleaning temporary files.
|
||
|
rm ./*tmp*
|
||
|
|