4 lines
61 B
Text
4 lines
61 B
Text
|
#!/bin/sh -x
|
||
|
|
||
|
gcc -g -I../../include test.c -L../.. -lcrypto
|