Lines Matching full:txt
4 # Create a testid.txt file in the specified directory.
15 echo Path '"'${resdir}'"' not writeable directory, no ${resdir}/testid.txt.
18 echo Build directory: `pwd` > ${resdir}/testid.txt
21 echo Current commit: `git rev-parse HEAD` >> ${resdir}/testid.txt
22 echo >> ${resdir}/testid.txt
23 echo ' ---' Output of "'"git status"'": >> ${resdir}/testid.txt
24 git status >> ${resdir}/testid.txt
25 echo >> ${resdir}/testid.txt
26 echo >> ${resdir}/testid.txt
27 echo ' ---' Output of "'"git diff HEAD"'": >> ${resdir}/testid.txt
28 git diff HEAD >> ${resdir}/testid.txt