Reimplementation of ferno's base65536
in C for UNIXoid shells.
- Why not?
- beat Twitter and pack your tweet with 280 characters!
- Annoy your friends!
To generate the binary, run make
.
If you want long options (e.g. --decode), enable -DLONG_OPT
.
To automatically run the included tests, run make test
. (will rebuild)
You can copy the resulting base65536
file to a directory in your $PATH
.
base65536
uses GNU's base64
tool as a reference and therefore has the
same command line arguments. This means, you can either pipe data in or give a
file as an argument.
echo -n "Hello World" | ./base65536
will output:
驈ꍬ啯𒁗ꍲᕤ
base65536
is released under the GNU General Public License, version 3.
See LICENSE
for details.
© 2016 Tobias Girstmair, isticktoit.net