Loading...
SciTeX
Sign in to access projects
Sign up (Free)
SciTeX
Sign in to access projects
Sign up (Free)
/
Sign in
Sign up
Toggle Theme
Server Status
Keyboard Shortcuts
Sign In
Sign Up
ywatanabe
/
test-5
/
sample_manuscript
/
scripts
/
shell
/
modules
/
utils
/
_clear_archive.sh
Code
Issues
Pull requests
Settings
No commits yet
Not committed
History
Code
Blame
_clear_archive.sh • 93 bytes
Raw
#!/bin/bash echo -e "$0 ..." rm compiled_v* diff_v* -f mv old .old/old-$(date +%s) ## EOF