diff options
Diffstat (limited to 'VexRiscv/src/test/python/gcloud/stopScript.sh')
-rwxr-xr-x | VexRiscv/src/test/python/gcloud/stopScript.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VexRiscv/src/test/python/gcloud/stopScript.sh b/VexRiscv/src/test/python/gcloud/stopScript.sh new file mode 100755 index 0000000..e3c6ea9 --- /dev/null +++ b/VexRiscv/src/test/python/gcloud/stopScript.sh @@ -0,0 +1,4 @@ +#! /bin/bash + +echo "preempted :(" | mail -s "VexRiscv cloud" charles.papon.90@gmail.com -A /home/spinalvm/run.txt +sleep 10 |