Run programs detached from terminal and without any kind of output

This commit is contained in:
Fabian Schmidt 2020-07-10 07:59:31 +02:00
parent 2858a37fd5
commit 2d56e0cbc8

3
run Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
($1 >/dev/null 2>&1 &)