Skip to content

Commit

Permalink
Updated to no longer be ksh dependant
Browse files Browse the repository at this point in the history
  • Loading branch information
ppbrown committed Apr 25, 2024
1 parent 8230cc3 commit 714d62c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Step 2: zrep -i pool1/prodfs host2 destpool/prodfs
Step 3: (put in cron, every minute if you like) zrep -S pool1/prodfs

And you're done! At least with a super-simple implementation.
Note that this is a Korn shell script, so you will need /bin/ksh on your system.

## Full documentation
Many, many more options and features are documented, at
Expand Down
2 changes: 1 addition & 1 deletion detect_test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/ksh -p
#!/bin/bash -p

# For more detailed documentation, see zrep.txt or zrep.overview.txt
ZREP_VERSION=1.7.7
Expand Down

0 comments on commit 714d62c

Please sign in to comment.