summaryrefslogtreecommitdiff
path: root/snippets/sh-mode/if_last_command_failed
blob: 33596dd0b21e05ebd56f0f19d8840c13acd36b32 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: if_last_command_failed
# key: <ilcf
# --

if [ $? -eq 0 ]; then