From 807d414875e94e6908f8fd237b9418ae9d05053b Mon Sep 17 00:00:00 2001 From: osmarks Date: Thu, 26 Jul 2018 11:01:36 +0100 Subject: [PATCH] Remove dev.sh --- dev.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 dev.sh diff --git a/dev.sh b/dev.sh deleted file mode 100755 index 3f13135..0000000 --- a/dev.sh +++ /dev/null @@ -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 \ No newline at end of file