Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Apr 3, 2024
1 parent eaa7205 commit fdab64e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#!/bin/bash
# change working directory
pushd ~/github.com/eyereasoner/lingua
pushd ~/github.com/eyereasoner/lingua > /dev/null

# create image
swipl -q -f lingua.pl -g "qsave_program('lingua.pvm', [goal(main)]), halt."

# link lingua command
sudo ln -sf $(realpath ./lingua) /usr/local/bin

popd
popd > /dev/null

0 comments on commit fdab64e

Please sign in to comment.