Skip to content

Instantly share code, notes, and snippets.

@lsh-0
Last active August 31, 2024 23:23
Show Gist options
  • Save lsh-0/f7df23777ef35a8cc3d85e1dcbf0eb3d to your computer and use it in GitHub Desktop.
Save lsh-0/f7df23777ef35a8cc3d85e1dcbf0eb3d to your computer and use it in GitHub Desktop.
download joker, write an example file and execute it
#!/bin/bash
set -ex
wget https://github.com/candid82/joker/releases/download/v1.4.0/joker-linux-amd64.zip
unzip joker-linux-amd64.zip
chmod +x joker
echo '(prn {:a 1 :b 2 :c 3})' > example.joke
time ./joker example.joke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment