piston/packages/base64/0.0.1/compile
2021-10-14 18:57:37 +02:00

4 lines
49 B
Bash

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