mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-18 00:54:26 -04:00
make output dir in script
This commit is contained in:
parent
74189966bf
commit
329b06ec5a
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"; cd .. && pwd )"
|
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"; cd .. && pwd )"
|
||||||
|
|
||||||
|
mkdir -p "$REPO_DIR/output/sources"
|
||||||
|
|
||||||
if [[ "$1" == "--chrome" ]]; then
|
if [[ "$1" == "--chrome" ]]; then
|
||||||
# Google Chrome / Chromium
|
# Google Chrome / Chromium
|
||||||
default=$(ls ~/Library/Application\ Support/Google/Chrome/Default/History)
|
default=$(ls ~/Library/Application\ Support/Google/Chrome/Default/History)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue