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