Skip to content

Instantly share code, notes, and snippets.

@xDShot
Created March 30, 2020 14:53
Show Gist options
  • Save xDShot/75997f656c4136af9ece5afba14291a6 to your computer and use it in GitHub Desktop.
Save xDShot/75997f656c4136af9ece5afba14291a6 to your computer and use it in GitHub Desktop.
for i in *.smd; do sed -i 's/\" 0.00/\" -1/g' $i; sed -i 's/-../0.00/g' $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment