=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== draai-20180521/man/Makefile-15-# # generate draai(1) using help2man ( ftp://ftp.gnu.org/gnu/help2man/ ) draai-20180521/man/Makefile:16:# # PYTHONPATH=`pwd`/../modules help2man --output $@ --name='manage playlists and play audio files' --no-info `pwd`/../script/draai draai-20180521/man/Makefile-17-## help2man --output $@ --name='manage playlists and play audio files' --no-info `pwd`/../script/draai ############################################## draai-20180521/script/draai-23- draai-20180521/script/draai:24:prog=`basename $0` draai-20180521/script/draai-25- ############################################## draai-20180521/script/draai.in-23- draai-20180521/script/draai.in:24:prog=`basename $0` draai-20180521/script/draai.in-25- ############################################## draai-20180521/script/dr_file2tag-18-# strip .mp3 , .ogg draai-20180521/script/dr_file2tag:19:file="`echo $file | sed 's/\.[^\.]*$//'`" draai-20180521/script/dr_file2tag-20- draai-20180521/script/dr_file2tag-21-# strip leading 01- draai-20180521/script/dr_file2tag:22:file="`echo $file | sed 's/^[0-9]*-//'`" draai-20180521/script/dr_file2tag-23- draai-20180521/script/dr_file2tag:24:file="`echo $file | sed 's/_/ /g'`" draai-20180521/script/dr_file2tag-25- draai-20180521/script/dr_file2tag:26:artist="`echo $file | cut -d- -f1`" draai-20180521/script/dr_file2tag-27- ############################################## draai-20180521/script/dr_file2tag-30- echo "ARTIST=$artist" draai-20180521/script/dr_file2tag:31: file="`echo $file | cut -d- -f2`" draai-20180521/script/dr_file2tag-32-fi ############################################## draai-20180521/setup-53- draai-20180521/setup:54:prog=`basename $0` draai-20180521/setup-55-