We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As titled
The text was updated successfully, but these errors were encountered:
Sorry, I missed this somehow.
I intend to add a limited scripting system to unbted, which would include a parameter that runs a command.
When I had to do this recently, this was how I did it:
echo -e 'save -Nf -c=gzip --big-endian signs.schem\nexit\n' | java -jar ~/unbted/build/libs/unbted-1.1.jar --verbose foo.json
Replace "signs.schem" with the filename you wish to save to, and "foo.json" with your input unbted JSON.
Sorry, something went wrong.
dceb309
In 1.2, this is now done like so:
unbted -N -c=gzip input.json output.dat
Nearly 2 years later. Better late than never?
No branches or pull requests
As titled
The text was updated successfully, but these errors were encountered: