mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
feat(export_browser_history): fail script when errors occur
This commit is contained in:
parent
2ff3fc434e
commit
2e1ac0409d
@ -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)"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user