mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 03:26:27 +02:00
pkg(base64-0.0.1): Added base64
This commit is contained in:
parent
901f301f9b
commit
658bdb6772
6 changed files with 307 additions and 0 deletions
4
packages/base64/0.0.1/compile
vendored
Normal file
4
packages/base64/0.0.1/compile
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
base64 -d $1 > a.out
|
||||
chmod +x a.out
|
Loading…
Add table
Add a link
Reference in a new issue