Revision 8774
Added by Aaron Marcuse-Kubitza over 11 years ago
run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/import.run |
|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/import.run
|
|
3 | 3 |
|
4 | 4 |
if self_not_included; then |
5 | 5 |
|
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/