strip.sh 60 B

123456
  1. #!/bin/bash
  2. # Ignore errors from strip.
  3. strip "$@"
  4. exit 0