Revision 8759
Added by Aaron Marcuse-Kubitza over 11 years ago
index.htm.run | ||
---|---|---|
11 | 11 |
echo_func "$@" |
12 | 12 |
echo_run in_place "$linked_file" repl \ |
13 | 13 |
"$root_dir"/lib/Firefox_bookmarks.reformat.csv |
14 |
echo_run in_place "$linked_file" repl /dev/fd/3 3<<'EOF' |
|
15 |
|
|
16 |
(?:(?<=^<TITLE>)|(?<=^<H1>))Bookmarks(?: Menu)?(?=</),BIEN links |
|
17 |
EOF |
|
18 | 14 |
} |
19 | 15 |
|
20 | 16 |
all () |
Also available in: Unified diff
web/links/index.htm.run: clean_up (): removed command to add page title because this is now done by lib/Firefox_bookmarks.reformat.csv