4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# run the befunge program with the file name
|
||
|
python2.7 "$BEFUNGE93_PATH"/befungee.py "$1"
|