Re: Bash command file gets stuck
On Sun, Dec 14, 2008 at 03:32:14AM +, M.O.D wrote: >I made a command file named gcc.bat: > >--- >#! /bin/sh >cc `pkg-config --cflags --libs gtk+-2.0` ${1}.cpp -o ${1} >--- > > >I set the execution flag: >-rwx--x--x+ 1 pd None
Bash command file gets stuck
I made a command file named gcc.bat: --- #! /bin/sh cc `pkg-config --cflags --libs gtk+-2.0` ${1}.cpp -o ${1} --- I set the execution flag: -rwx--x--x+ 1 pd None 71 Dec 13 17:25 gcc.bat I typed the cc command in by hand and