On mac:
- Download the latest release.
- Extract the binary and place it in
/usr/local/bin
.
ex() { | |
if [ -z "$1" ] ; then | |
echo >&2 'File not specified' | |
return 1 | |
fi | |
if [ ! -f "$1" ] ; then | |
echo >&2 "'$1' is not a valid file" | |
return 1 | |
fi |
On mac:
/usr/local/bin
.disable_flush
and disable_recovery
(TD)