diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_bgcol')
| -rw-r--r-- | home/dot_local/share/bin/executable_bgcol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_bgcol b/home/dot_local/share/bin/executable_bgcol index 276e479..92eed09 100644 --- a/home/dot_local/share/bin/executable_bgcol +++ b/home/dot_local/share/bin/executable_bgcol @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh COLOR="$1" if [ -z "$COLOR" ] ; then . "$XDG_CACHE_HOME/mode/state/theme" |