Project

General

Profile

1
#!/bin/bash -e
2
# reformats index.htm for display
3
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/util.run
4
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/sh/local.sh
5

    
6
if self_not_included; then
7

    
8
clean_up()
9
{
10
	echo_func
11
	command in_place "$top_file" repl \
12
	"$root_dir"/lib/Firefox_bookmarks.reformat.csv
13
}
14

    
15
all()
16
{
17
	echo_func
18
	clean_up
19
}
20

    
21
fi
(3-3/3)