mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 05:56:26 +02:00
pkg(brainfuck-1.0.0): Allow curl to follow redirects
This commit is contained in:
parent
f9c06f03a2
commit
3112c808d8
1 changed files with 1 additions and 1 deletions
2
packages/brainfuck/1.0.0/build.sh
vendored
2
packages/brainfuck/1.0.0/build.sh
vendored
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
curl "http://mazonka.com/brainf/bff4.c" -o bff4.c
|
||||
curl -L "http://mazonka.com/brainf/bff4.c" -o bff4.c
|
||||
gcc -O3 bff4.c -O bff4
|
||||
rm bff4.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue