Run programs detached from terminal and without any kind of output
This commit is contained in:
3
run
Executable file
3
run
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
($1 >/dev/null 2>&1 &)
|
||||
Reference in New Issue
Block a user