mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
Add files via upload
This commit is contained in:
parent
2d82118fff
commit
624db95494
5 changed files with 32 additions and 0 deletions
5
packages/deno/1.32.3/build.sh
vendored
Normal file
5
packages/deno/1.32.3/build.sh
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
curl -OL https://github.com/denoland/deno/releases/download/v1.32.3/deno-x86_64-unknown-linux-gnu.zip
|
||||
unzip -o deno-x86_64-unknown-linux-gnu.zip
|
||||
rm deno-x86_64-unknown-linux-gnu.zip
|
Loading…
Add table
Add a link
Reference in a new issue