Revision 9013
Added by Aaron Marcuse-Kubitza over 11 years ago
run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/lib/runscripts/import.run |
3 |
. "$(dirname "${BASH_SOURCE[0]}")"/lib/local.sh |
|
3 |
. "$(dirname "${BASH_SOURCE[0]}")"/lib/sh/local.sh
|
|
4 | 4 |
|
5 | 5 |
if self_not_included; then |
6 | 6 |
|
Also available in: Unified diff
moved lib/*.sh to sh/ subdir so it's easier to find the .sh files among all the other lib/ files