diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-10-12 21:10:23 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-10-12 21:10:23 +0200 |
commit | 4c1e1e267e23014d114db33b90057ed2e7e89edf (patch) | |
tree | 860354817129bec200671a5512ad7867e52cf45c /.local/share/bin | |
parent | 6c1507afe3d046c65e1ae8b26aa92189fb0ec49f (diff) |
add `fork` script
Diffstat (limited to '.local/share/bin')
-rwxr-xr-x | .local/share/bin/fork | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/share/bin/fork b/.local/share/bin/fork new file mode 100755 index 0000000..cd7e68a --- /dev/null +++ b/.local/share/bin/fork @@ -0,0 +1,2 @@ +#!/bin/sh +"$@" &> /dev/null & disown |