Documentation

This commit is contained in:
Nox Sluijtman 2023-11-30 15:46:01 +01:00
parent 7a16b51b8d
commit 005a022307
4 changed files with 43 additions and 1 deletions

View file

@ -19,6 +19,7 @@ addUrl(){
"$(curl -s "$url" | grep '<title' | sed 's/<title>\(.*\)<\/title>/\1/')" \
>> $bookmarks
fi
printf "added '%s' to '%s'" "$url" "$bookmarks"
}
while getopts chu: flag; do