commit ff028105c55511853341a84195d8d0c7ce9b32a7
parent f119dac1fce2af9f0afee23e0d0640c699f504a7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 13 Jan 2020 17:24:27 +0100
Update path to bookmarks
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/ducksearch b/.local/bin/ducksearch
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [ $# -lt 1 ]; then
- url="$(grep 'href="htt' "$HOME"/code/adamsgaard.dk/output/bookmark.html | \
+ url="$(grep 'href="htt' "$HOME"/doc/bookmark.html | \
sed 's/<\/.*>//g' | \
sed 's/.*<a href="//;s/">/ /;s/<\/a>//' ;
cat ~/doc/bookmark.txt)"