mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
9 lines
150 B
Bash
9 lines
150 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
git clone "https://github.com/dzaima/CBQN" bqn
|
|
cd bqn
|
|
|
|
git checkout 88f65850fa6ac28bc50886c5942652f21d5be924
|
|
make CC=gcc
|