Moving stuff around
This commit is contained in:
Executable
+9
@@ -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
|
||||
Reference in New Issue
Block a user