mirror of
https://github.com/containers/podman.git
synced 2025-05-24 02:27:00 +08:00
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
echo $@ >> /run/hookscheck
|
|
read line
|
|
echo $line >> /run/hookscheck
|