Re: Bash command file gets stuck

2008-12-13 Thread Christopher Faylor
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

2008-12-13 Thread M . O . D .
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