ignore_errors.sh 34 B

123
  1. #!/bin/bash
  2. $* 2>/dev/null
  3. exit 0