diff --git a/bin/export_browser_history.sh b/bin/export_browser_history.sh index 0f14fe7c..4a0124d8 100755 --- a/bin/export_browser_history.sh +++ b/bin/export_browser_history.sh @@ -11,6 +11,8 @@ # firefox_bookmarks.json # safari_history.json +set -eo pipefail + BROWSER_TO_EXPORT="${1?Please specify --chrome, --firefox, or --safari}" OUTPUT_DIR="$(pwd)"