um script que compila um arquivo C, mas não vincula
#!/bin/bash
gcc -c <filename>
Chris Nzoka-okoye
#!/bin/bash
gcc -c <filename>