Last active
August 20, 2020 06:34
-
-
Save KathanP19/c02130b163ba5817ca2ae99f7630f60f to your computer and use it in GitHub Desktop.
getjsbeautify.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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