pkg(befunge93-0.2.0): added befunge93

This commit is contained in:
Hydrazer 2021-11-25 07:39:41 -07:00
parent 142e7912fa
commit 0949610b61
7 changed files with 32 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"