Skip to content

Instantly share code, notes, and snippets.

@nothub
Created October 27, 2021 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nothub/dfd1613ca99b2032852a1b5b1b4aff5f to your computer and use it in GitHub Desktop.
Save nothub/dfd1613ca99b2032852a1b5b1b4aff5f to your computer and use it in GitHub Desktop.
use recaf from context menu etc.
#!/usr/bin/env bash
set -e
FILE="$(realpath $1)"
cd "$(dirname "${BASH_SOURCE[0]}")"
java -jar recaf.jar --input=$FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment