Revision 9074
Added by Aaron Marcuse-Kubitza over 11 years ago
index.htm.run | ||
---|---|---|
7 | 7 |
|
8 | 8 |
export linked_file="${BASH_SOURCE[0]%.run}" |
9 | 9 |
|
10 |
clean_up ()
|
|
10 |
clean_up() |
|
11 | 11 |
{ |
12 | 12 |
echo_func |
13 | 13 |
echo_run in_place "$linked_file" repl \ |
14 | 14 |
"$root_dir"/lib/Firefox_bookmarks.reformat.csv |
15 | 15 |
} |
16 | 16 |
|
17 |
all ()
|
|
17 |
all() |
|
18 | 18 |
{ |
19 | 19 |
echo_func |
20 | 20 |
clean_up |
Also available in: Unified diff
*{.sh,run}: removed extra space between function name and (), which is apparently not needed even though `help function` includes it. this greatly improves readability, including when function names are pasted into commit messages!