On Wed, May 2, 2018 at 7:46 PM, Tadeus Prastowo <tadeus.prastowo@xxxxxxxx> wrote: > On Wed, May 2, 2018 at 1:15 PM, yiliang chen <chenyiliangex@xxxxxxxxx> wrote: > #!/bin/bash > /path/to/real/gcc -masm=intel The last line should be: /path/to/real/gcc -masm=intel "$@" In that way, you can call the script with further command-line options to be passed to the real gcc. -- Best regards, Tadeus