Remove dev.sh

This commit is contained in:
osmarks 2018-07-26 11:01:36 +01:00
parent b4e2ee9626
commit 807d414875

11
dev.sh
View File

@ -1,11 +0,0 @@
#!/bin/bash
function watch {
while ls *.lua | inotifywait -e modify --fromfile -; do cp -v *.lua mnt; done
}
function mount {
ccfuse -m mnt -h ws://switchcraft.pw:4533 -c wyverndev
}
mount & watch