Loading...
No commits yet
Not committed History
Blame
_clear_archive.sh • 93 bytes
#!/bin/bash

echo -e "$0 ..."

rm compiled_v* diff_v* -f
mv old .old/old-$(date +%s)

## EOF