diff options
| author | Blista Kanjo | 2022-11-24 01:33:04 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-24 01:33:04 -0500 |
| commit | 8202da70198c7d0435efa7069117806cbd9b9a63 (patch) | |
| tree | cf939878f81d1770fe889d47816332489d37d8d0 /.config/awesome/autorun.sh | |
| parent | 3d18c9a4d45a21ffdd9eccfbf72016f02fa617b4 (diff) | |
refactor: returning to POSIX-compliant shell
Diffstat (limited to '.config/awesome/autorun.sh')
| -rwxr-xr-x | .config/awesome/autorun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh index ce1d7c9..a4c5852 100755 --- a/.config/awesome/autorun.sh +++ b/.config/awesome/autorun.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh run () { if ! pgrep -f "$1" ; |
