Ein Skript, das eine C -Datei kompiliert, aber nicht verknüpft wird
#!/bin/bash
gcc -c <filename>
Chris Nzoka-okoye
#!/bin/bash
gcc -c <filename>