pkg(befunge93-0.2.0)

This commit is contained in:
Hydrazer 2021-11-24 20:05:37 -07:00
parent 1eddc8dcf7
commit 40fec2c828
7 changed files with 27 additions and 1 deletions

4
packages/befunge93/0.2.0/run vendored Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# run the befunge program with the file name
python2.7 "$BEFUNGE93_PATH"/befungee.py "$1"