mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 01:45:08 +00:00
6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo Cleaning temporary files.
|
|
rm ./*tmp*
|
|
|