5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/sh
|
|
set -eu
|
|
printf 'sample base chroot hook
|
|
' > /tmp/sample-base-hook.txt
|