0
Posted on 8:55 AM by Softminer and filed under ,

the file is called "batchfile"

the contect of batchfile is

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

to run it just
>bash batchfile
0
Responses to ... How to make batch file in Linux