custom.sh 122 B

1234567
  1. #!/bin/bash
  2. if [ -e "${aScriptPath}/custom_gcc_64.sh" ]; then
  3. source "${aScriptPath}/custom_gcc_64.sh" "$1" "$2"
  4. fi