Skip to content

Instantly share code, notes, and snippets.

@hax0rgb
Last active September 14, 2020 19:42
Show Gist options
  • Select an option

  • Save hax0rgb/dbeddb9274c970cbdb59af52fb3ab4b8 to your computer and use it in GitHub Desktop.

Select an option

Save hax0rgb/dbeddb9274c970cbdb59af52fb3ab4b8 to your computer and use it in GitHub Desktop.
#!/bin/bash
filename=$(echo $1 | awk -F/ '{print $(NF-0)}')
python3 $HOME/Flow-Tools/jsbeautify/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