diff --git a/install b/install index f764225..7d3b255 100755 --- a/install +++ b/install @@ -1,5 +1,4 @@ #!/bin/bash - # change working directory pushd ~/github.com/eyereasoner/lingua @@ -9,7 +8,4 @@ swipl -q -f lingua.pl -g "qsave_program('lingua.pvm', [goal(main)]), halt." # link lingua command sudo ln -sf $(realpath ./lingua) /usr/local/bin -# run the tests -./test - popd