brintos

brintos / linux-shallow public Read only

0
0
Text · 93 B · 15e35b9 Raw
5 lines · plain
1#!/bin/sh2# description: failure-case example3cat non-exist-file4echo "this is not executed"5