File: ignore_errors.sh

package info (click to toggle)
range-v3 0.12.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,620 kB
  • sloc: cpp: 76,839; xml: 226; sh: 89; python: 34; makefile: 16; perl: 15
file content (3 lines) | stat: -rwxr-xr-x 34 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/bash
$* 2>/dev/null
exit 0