From fea35f529d4395d39fdbfa83a3b0b109411cb130 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Sat, 2 Oct 2021 00:31:04 -0400 Subject: removed bashisms in scripts (now compatible with POSIX-compliant shells) --- awesome/autorun.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'awesome/autorun.sh') diff --git a/awesome/autorun.sh b/awesome/autorun.sh index 35d75e2..b44ff96 100755 --- a/awesome/autorun.sh +++ b/awesome/autorun.sh @@ -1,6 +1,6 @@ -#!/usr/bin/env bash +#!/bin/sh -function run { +run () { if ! pgrep -f $1 ; then $@& -- cgit v1.2.3