WAIXWOTKD2J2KH4YISW6VCXMIDP6F7YXMEW6M3UAFJORPOC33XHQC
#!/usr/bin/env bash
eq () {
if [ "$1" -ne "$2" ]; then
exit 63
fi
}
zero () {
if [ "$1" -ne 0 ]; then
exit 64
fi
}
add () {
pijul add -r .
}
record () {
pijul record -am"." 1> /dev/null
}
THE FREEDOM PUBLIC LICENSE
Version 1, January 2021
Copyright (C) 2021 Mike <tankf33der@disroot.org>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
THE FREEDOM PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT YOU WANT TO.