From 242c0a20494a215d5c3262ae37914f91896eff0d Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Sat, 16 Sep 2017 00:39:31 +0300 Subject: [PATCH] works just fine with bourne shell --- NF_pick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NF_pick.sh b/NF_pick.sh index 4d3a9fd..67ff725 100755 --- a/NF_pick.sh +++ b/NF_pick.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/sh F=`dmenu -i -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < ~/bin/nflist` C=`ls ~/bin/st* |dmenu -l 8 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true'` ${C} -f "${F}"