Loading...
SciTeX dotfiles

Ask anything about Scientific Research

Console
Ask anything about Scientific Research. I can take actions: stats, plots, literature, and your current work.
Files visitor-002/dotfiles
Viewer Viewer
No file selected Open a file from the Files tab to view it here
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