CompressIDE.sh 85 B

12345678
  1. #!/bin/bash
  2. IDEDIR=../../tigcc-win32/Bin
  3. upx -9 "$IDEDIR/ide.exe"
  4. echo Finished.