Revision 8774
Added by Aaron Marcuse-Kubitza over 11 years ago
index.htm.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
# reformats index.htm for display |
3 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/local.run |
|
3 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/local.run
|
|
4 | 4 |
|
5 | 5 |
if self_not_included; then |
6 | 6 |
|
Also available in: Unified diff
moved lib/*.run into runscripts/ subdir so runscripts are grouped together and easier to find rather than being scattered throughout lib/