Moving stuff around

This commit is contained in:
2018-01-11 19:09:31 +09:00
parent 649a75c2bf
commit ae7b117828
20 changed files with 965 additions and 48 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#! /bin/sh
if escript_path=$(command -v escript)
then
echo "Using escript found at $escript_path"
escript install.escript
else
echo "Could not locate an Erlang installation."
fi