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