Mercurial > hg > paul
view bin/make_new_tabs.sh @ 4:1641fdbc1809 default tip
sic
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Tue, 18 Aug 2026 15:39:39 +0100 |
| parents | f9d4af74e3d0 |
| children |
line wrap: on
line source
#!/bin/bash # Usage: make_new_tabs.sh ~/u/bookmarks-from-saved-closed-tab-groups_... > ~/New_Tabs.xml sed 's/ / /g;s/&/&/g' < "$1" |tr -s '\302\240' ' ' |tidy -asxml 2>/dev/null \ |saxon97 - D:/lib/xml/bookmarks_to_xml.xsl|normXML -w |lxsort body div .
