mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#! /bin/sh
|
|
AWK=${AWK-../gawk}
|
|
echo $$ > _pid.in
|
|
echo $1 >> _pid.in
|
|
exec $AWK -f pid.awk _pid.in
|