1
0

Minor fixes to scripts.

This commit is contained in:
Daniel Perelman 2024-01-28 09:58:14 -08:00
parent b302ce8f9e
commit 26cbc9ed3d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
./destroy-target

View File

@ -3,9 +3,9 @@
./destroy-test
zfs create -o compression=lz4 tank/test
SCRIPT_DIR="$(pwd)"
pushd /tank/test
pushd /tank/test || exit
cat "$SCRIPT_DIR/$1"
time "$SCRIPT_DIR/$1"
popd
popd || exit
zfs snapshot tank/test@final
./display-usage