3 lines
82 B
Bash
3 lines
82 B
Bash
|
#!/bin/bash
|
||
|
gcc -o pamTest test.c -g -DN_PLAT_UNIX -L"../../../lib/Release" -lpam
|