mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 19:26:25 +02:00
10 lines
No EOL
216 B
Bash
10 lines
No EOL
216 B
Bash
#!/usr/bin/env bash
|
|
|
|
# source python 2.7
|
|
source ../../python/2.7.18/build.sh
|
|
|
|
# clone befunge repo
|
|
git clone -q 'https://github.com/programble/befungee' befunge93
|
|
|
|
# checkout the version 0.2.0
|
|
git checkout tag/v0.2.0 |