5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo $$ > /tmp/pidwrapper
|
|
|
|
exec $1 |