Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
Add snippet to redirect both stdout & stderr to /dev/null
Browse files Browse the repository at this point in the history
Trigger : 12
Render : >/dev/null 2>&1
  • Loading branch information
Janfy committed Jul 21, 2017
1 parent 47c8488 commit bad5d16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stdout_and_stderr_2_dev_null.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[
>/dev/null 2>&1
]]></content>
<tabTrigger>12</tabTrigger>
<scope>source.shell</scope>
<description>&gt;/dev/null 2&gt;&amp;1</description>
</snippet>

0 comments on commit bad5d16

Please sign in to comment.