Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/bash
  2. gcc /home/test/test.c # compiling
  3. g++ /home/Desktop/prog/prog.cpp # compiling
  4. chmod +x /home/test/a.out /home/Desktop/prog/a.out # changing permission
  5. /home/test/a.out # running executable
  6. /home/Desktop/prog/a.out # running executable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement