diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-10-23 03:14:36 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-10-23 03:14:36 -0300 |
commit | 5b132bf1244a008ad3ce67688030a7678831f77d (patch) | |
tree | 501aa27e89f81d5f4bdfaab31c72378991a9c749 /scripts/spawn | |
download | dotfiles-5b132bf1244a008ad3ce67688030a7678831f77d.tar.gz |
Initial commit
Diffstat (limited to 'scripts/spawn')
-rwxr-xr-x | scripts/spawn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/spawn b/scripts/spawn new file mode 100755 index 0000000..6a30ee1 --- /dev/null +++ b/scripts/spawn @@ -0,0 +1,3 @@ +#!/bin/bash + +$@ 2>&1 >/dev/null & disown %1 |