From: Samir Benmendil Date: Thu, 2 Apr 2015 10:09:12 +0000 (+0100) Subject: dwb: fix stackoverflow filename X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/a0992680672816447a055a6cb3217dde2503c01d dwb: fix stackoverflow filename --- diff --git a/dwb/userstyles/update b/dwb/userstyles/update index 79b1abc..27e874d 100755 --- a/dwb/userstyles/update +++ b/dwb/userstyles/update @@ -6,7 +6,7 @@ declare -A sites sites[github.com.css]="https://github.com/StylishThemes/GitHub-Dark/raw/master/github-dark.css" sites[wikipedia.org.css]="https://github.com/StylishThemes/Wikipedia-Dark/raw/master/wikipedia-dark.css" -sites[stackoverflow.org.css]="https://github.com/StylishThemes/StackOverflow-Dark/raw/master/stackoverflow-dark.css" +sites[stackoverflow.com.css]="https://github.com/StylishThemes/StackOverflow-Dark/raw/master/stackoverflow-dark.css" for file in "${!sites[@]}"; do wget "${sites[$file]}" -O "$DIR/$file"