DEBSOURCES
Skip Quicknav
sources / kcov / 43%2Bdfsg-1 / tests / bash / second-dir / a.sh
12345678910
#!/bin/sh echo A second if [ $1 = "hej" ] ; then source `dirname $0`/c.sh fi source `dirname $0`/b.sh