diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_panic')
| -rw-r--r-- | home/dot_local/share/bin/executable_panic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_panic b/home/dot_local/share/bin/executable_panic index 7455786..c7c64b8 100644 --- a/home/dot_local/share/bin/executable_panic +++ b/home/dot_local/share/bin/executable_panic @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh silent() { "$@" 1>/dev/null 2> /dev/null & } |