Add dev script

This commit is contained in:
Pierre HUBERT 2020-04-14 18:08:51 +02:00
parent 6268fb78e9
commit b65253d144

2
run_dev.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
while true; do ./run.sh; done