프로그래밍/Server
[Shell Script] Shell Script 문법
galad
2009. 10. 14. 13:01
출처: http://www.2apes.com/~chack/htdocs/unix/script/
if문 사용관련
if문 사용관련
if test $1 // 첫번째 인자가 있으면 then echo "Filename: $1" else echo "Input Filename!!!" exit 1 fi gcc -v -o $1 $1.m -lobjc |