eumandy/editor

14 lines
201 B
Plaintext
Raw Normal View History

2016-11-25 00:27:22 -07:00
#!/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