We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9bdb9 commit ed676ebCopy full SHA for ed676eb
wasm/server.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+FILE_TO_WATCH="./memory.img"
4
5
+while inotifywait -e modify "$FILE_TO_WATCH"; do
6
+ ./run.sh -r
7
+done
0 commit comments