=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== bpm-tools-0.3/bpm-graph-58-set xlabel "Offset (Beats per minute)" bpm-tools-0.3/bpm-graph:59:plot "$TMP" title "`echo "$FILE" | sed -e 's:\":\\\\":g'`" bpm-tools-0.3/bpm-graph-60-END ############################################## bpm-tools-0.3/bpm-tag-87-*.flac) bpm-tools-0.3/bpm-tag:88: BPM=`metaflac --show-tag=BPM "$FILE" | sed -e 's/BPM=//'` bpm-tools-0.3/bpm-tag-89- ;; bpm-tools-0.3/bpm-tag-90-*.mp3) bpm-tools-0.3/bpm-tag:91: BPM=`id3v2 -R "$FILE" | sed -n 's/^TBPM.*: \([0-9\.]\+\)/\1/p'` bpm-tools-0.3/bpm-tag-92- ;; bpm-tools-0.3/bpm-tag-93-*.ogg) bpm-tools-0.3/bpm-tag:94: BPM=`vorbiscomment "$FILE" | sed -n 's/^BPM=//p'` bpm-tools-0.3/bpm-tag-95- ;; ############################################## bpm-tools-0.3/bpm-tag-108- bpm-tools-0.3/bpm-tag:109:BPM=`sox -V1 "$FILE" -r 44100 -e float -c 1 -t raw - | bpm $ARGS` bpm-tools-0.3/bpm-tag-110-if [ -z "$BPM" ]; then