diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_fork')
| -rw-r--r-- | home/dot_local/share/bin/executable_fork | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_fork b/home/dot_local/share/bin/executable_fork index 63e7541..1b1d56d 100644 --- a/home/dot_local/share/bin/executable_fork +++ b/home/dot_local/share/bin/executable_fork @@ -1,2 +1,2 @@ -#!/bin/sh +#!/usr/bin/env sh (setsid "$@" > /dev/null 2> /dev/null &) |