Project

General

Profile

« Previous | Next » 

Revision 8774

moved lib/*.run into runscripts/ subdir so runscripts are grouped together and easier to find rather than being scattered throughout lib/

View differences:

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