Skip to content

Commit 152aaad

Browse files
Mostafa Kamal0devcoCEO
Mostafa Kamal
andcommitted
exit
Co-Authored-By: 0dev CEO <0devcoceo@users.noreply.github.com>
1 parent 8ffd21b commit 152aaad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

snippets/bash.cson

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,13 @@
295295
'body': """
296296
eval $1
297297
"""
298+
'exit 0 -> bash':
299+
'prefix': 's-exit0',
300+
'body': """
301+
exit 0
302+
"""
303+
'exit 1 -> bash':
304+
'prefix': 's-exit1',
305+
'body': """
306+
exit 1
307+
"""

0 commit comments

Comments
 (0)