2 lines
149 B
Bash
2 lines
149 B
Bash
|
#!/bin/sh
|
||
|
gcc -g openNewFiletest.c "../../../System Abstraction/linux/cdb_file.c" "../../../System Abstraction/linux/cdb_memroy.c" -o openNewFiletest
|