5 lines
77 B
Bash
5 lines
77 B
Bash
|
#!/bin/sh
|
||
|
echo $@ >> /run/hookscheck
|
||
|
read line
|
||
|
echo $line >> /run/hookscheck
|