Whamcloud - gitweb
land b_md onto HEAD:
[fs/lustre-release.git] / lustre / tests / llechocleanup.sh
1 #!/bin/sh
2
3 LCONF=../utils/lconf
4
5 if [ -f echo.xml ]; then
6    ${LCONF} --cleanup echo.xml
7 else
8    echo "no echo.xml found"
9 fi
10