aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/autorun.sh
diff options
context:
space:
mode:
authorBlista Kanjo2022-11-24 01:28:13 -0500
committerBlista Kanjo2022-11-24 01:28:13 -0500
commit3d18c9a4d45a21ffdd9eccfbf72016f02fa617b4 (patch)
tree75b7be31f7f91ad4a956f92710f083984697dc78 /.config/awesome/autorun.sh
parentf3c32b761f3445369d2bbbc5610568acdb8e301a (diff)
refactor: getting ready to add some bashisms in the scripts soon 😆
Diffstat (limited to '.config/awesome/autorun.sh')
-rwxr-xr-x.config/awesome/autorun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh
index a4c5852..ce1d7c9 100755
--- a/.config/awesome/autorun.sh
+++ b/.config/awesome/autorun.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
run () {
if ! pgrep -f "$1" ;