Revision 9169
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
52 | 52 |
{ |
53 | 53 |
echo_func |
54 | 54 |
public_schema_exists || return 0 |
55 |
echo_run rm header.csv map.csv # remake them
|
|
55 |
rm header.csv map.csv # remake them |
|
56 | 56 |
yes|input_make test |
57 | 57 |
} |
58 | 58 |
|
web/links/index.htm.run | ||
---|---|---|
10 | 10 |
clean_up() |
11 | 11 |
{ |
12 | 12 |
echo_func |
13 |
echo_run in_place "$linked_file" repl \
|
|
13 |
command in_place "$linked_file" repl \
|
|
14 | 14 |
"$root_dir"/lib/Firefox_bookmarks.reformat.csv |
15 | 15 |
} |
16 | 16 |
|
Also available in: Unified diff
*{.sh,run}: use command instead of deprecated echo_run (don't prepend anything when the command is already aliased with `command`)