Documentation
This commit is contained in:
parent
7a16b51b8d
commit
005a022307
4 changed files with 43 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue