skrypt, który kompiluje plik C, ale nie łączy
#!/bin/bash
gcc -c <filename>
Chris Nzoka-okoye
#!/bin/bash
gcc -c <filename>