Skip to content

Instantly share code, notes, and snippets.

@KathanP19
Last active August 20, 2020 06:34
Show Gist options
  • Save KathanP19/c02130b163ba5817ca2ae99f7630f60f to your computer and use it in GitHub Desktop.
Save KathanP19/c02130b163ba5817ca2ae99f7630f60f to your computer and use it in GitHub Desktop.
getjsbeautify.sh
#!/bin/bash
filename=$(echo '$1' | awk -F/ '{print $(NF-0)}')
python3 ./tools/jsbeautify.py $1 $filename
mv $filename ./jsfiles/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment