First commit

This commit is contained in:
2016-11-25 00:27:22 -07:00
commit 5106228da2
41 changed files with 40154 additions and 0 deletions

13
editor Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
if [ ! -f /usr/bin/eui ];then
sudo ./tools/euphoria-manager i
eui ./tools/WEE/wee.exw
else
if [ "${1}" = "-c" ];then
euc ./tools/WEE/wee.exw
fi
eui ./tools/WEE/wee.exw
fi