5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
printf 'sample feature chroot hook
|
|
' > /tmp/sample-feature-hook.txt
|