mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-08 01:45:43 +00:00
4 lines
77 B
Bash
Executable file
4 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
echo $@ >> /run/hookscheck
|
|
read line
|
|
echo $line >> /run/hookscheck
|