Thursday, July 2, 2009

How to make batch file in Linux

the file is called "batchfile"

the contect of batchfile is

#!/bin/bash
g++ main.c -o main

to run it just
>bash batchfile

No comments:

Post a Comment