add cleanup script | fix verilator unknown bin

This commit is contained in:
abejgonzalez
2019-07-09 23:38:25 -07:00
parent 72f4941d4b
commit 82e7814205
4 changed files with 46 additions and 8 deletions

View File

@@ -8,6 +8,10 @@ run () {
ssh -o "StrictHostKeyChecking no" -t $SERVER $1
}
run_script () {
ssh -o "StrictHostKeyChecking no" -t $SERVER 'bash -s' < $1
}
clean () {
# remove remote work dir
run "rm -rf $REMOTE_WORK_DIR"