un script qui compile un fichier C mais ne lie pas
#!/bin/bash
gcc -c <filename>
Chris Nzoka-okoye
#!/bin/bash
gcc -c <filename>