fix_ut.sh 410 B

1234567891011121314
  1. #!/bin/bash
  2. # LinuxGSM fix_ut.sh function
  3. # Author: Alexander Hurd
  4. # Website: https://linuxgsm.com
  5. # Description: Resolves various issues with Unreal Tournament.
  6. local commandname="FIX"
  7. local commandaction="Fix"
  8. local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  9. #Set Binary Executable
  10. echo "chmod +x ${executabledir}/${executable}"
  11. chmod +x "${executabledir}/${executable}"
  12. sleep 0.5