a b/delete_run.sh
1
#!/bin/sh
2
rm -rf "./sandbox/$1"
3
rm -rf "./sandbox/tb/$1"