5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
BASEDIR=$(dirname ${0})
|
||
|
${BASEDIR}/../../lib/test_fileutils >&-
|