1
0
Fork 0

make output dir in script

This commit is contained in:
Nick Sweeting 2019-01-11 06:53:34 -05:00
parent 74189966bf
commit 329b06ec5a
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"; cd .. && pwd )"
mkdir -p "$REPO_DIR/output/sources"
if [[ "$1" == "--chrome" ]]; then
# Google Chrome / Chromium
default=$(ls ~/Library/Application\ Support/Google/Chrome/Default/History)