Made makefile more robust
[uzbl-mobile] / extra / load_url_from_bookmarks.sh
1 #!/bin/bash
2 file=bookmarks
3 goto=`awk '{print $1}' $history_file | dmenu` #NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes.
4 [ -n "$goto" ] && echo "uri $goto" > $4