Revision 9854
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 | 3 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/util.run |
4 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/sh/local.sh
|
|
4 |
.rel ../../lib/sh/local.sh
|
|
5 | 5 |
|
6 | 6 |
if self_not_included; then |
7 | 7 |
|
Also available in: Unified diff
*{.sh,run}: use simpler .rel() instead of `. "$(dirname "${BASH_SOURCE0}")"/...` for relative includes