5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
BASEDIR=$(dirname ${0})
|
||
|
${BASEDIR}/../../lib/test_fileutils > /dev/full
|