File: check-output

package info (click to toggle)
mp3diags 1.5.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 21,124 kB
  • sloc: cpp: 34,487; sh: 319; makefile: 101; xml: 97; python: 14
file content (5 lines) | stat: -rwxr-xr-x 88 bytes parent folder | download
1
2
3
4
5
#!/bin/bash

if ! mp3diags --help | grep "General" > /dev/null; then
   echo "Error"
fi