failcmd.sh 54 B

1234
  1. #!/bin/bash
  2. echo 1 > /proc/self/make-it-fail
  3. exec $*