mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-06 22:57:10 +02:00
feat(export_browser_history): fail script when errors occur
This commit is contained in:
@@ -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)"
|
||||
|
||||
|
Reference in New Issue
Block a user