4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/sh -eu
|
|
|
|
echo "TEST $ZREPL_HOOKTYPE $ZREPL_FS@$ZREPL_SNAPNAME ${ZREPL_DRYRUN:+(dry run)}"
|