mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-01 23:38:29 -04:00
feat(export_browser_history): fail script when errors occur
This commit is contained in:
parent
2ff3fc434e
commit
2e1ac0409d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue