pkg(base64-0.0.1): Added base64

This commit is contained in:
Brikaa 2021-10-14 18:57:37 +02:00
parent 901f301f9b
commit 658bdb6772
6 changed files with 307 additions and 0 deletions

4
packages/base64/0.0.1/compile vendored Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
base64 -d $1 > a.out
chmod +x a.out