mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
fixed slurp for COW lang
forked the original repo by BigZaphod and fixed the slurping issue when reading stdin for the Moo and oom commands
This commit is contained in:
parent
2386684a05
commit
c699688b36
1 changed files with 1 additions and 1 deletions
2
packages/cow/1.0.0/build.sh
vendored
2
packages/cow/1.0.0/build.sh
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Grab the latest cow source from github
|
||||
git clone -q https://github.com/BigZaphod/COW.git cow
|
||||
git clone -q https://github.com/Hydrazer/COW.git cow
|
||||
|
||||
# Generate the cow binary into bin
|
||||
mkdir -p bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue