mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
* pkg(pure-0.68): Add pure-lang 0.68 * pkg(pure-0.68): Remove `--strip-components` flag and use SemVer. * pkg(pure-0.68):Add -O flag on curl, so it just outputs to stdout * pkg(pure-0.68):Add -L flag on curl, so that it can allow redirects. * pkg(pure-0.68): Goodbye `v` flag from tar. * pkg(pure-0.68): Add python alias. * pkg(pure-0.68): Disable docs. * pkg(pure-0.68): Fix settings for enable docs. * Update build.sh * Update environment * Whoops typo. * pkg(pure-0.68):Use semver naming method i.e. instead `0.68` it should be `0.68.0` Co-authored-by: Shivansh-007 <Shivansh-007@users.noreply.github.com>
4 lines
69 B
Bash
4 lines
69 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Put instructions to run the runtime
|
|
pure "$@"
|