5 lines
107 B
Bash
Executable file
5 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
|
|
errno || true # just a command to check its autoinstallation by deptrace
|
|
|
|
gcc -o main main.c
|