Oct 14, 2010

http://www.unix.com/shell-programming-scripting/11721-how-get-its-own-file-name-within-same-shell-script.html

Run.sh written:

#!bin/bash
qmake -project
qmake $(basename $0)
make

No comments:

Post a Comment