scripts

Various scripts for UNIX-like systems
git clone https://git.tronto.net/scripts
Download | Log | Files | Refs | README

commit 63c2829159e255c1a82d55c6cce961ef0b25be32
parent 926f38a941da5f917971e609f0c03d9b69c92535
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Fri,  8 Apr 2022 16:45:50 +0200

fixed realpath usage

Diffstat:
Mdmenu-filepicker | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dmenu-filepicker b/dmenu-filepicker @@ -7,7 +7,7 @@ menu=dmenu menuopts="-i -l 15" -fullpath=$(realpath ${@:-$(pwd)}) +fullpath=$(realpath ${@:-"$(pwd)"}) while true; do if [ "$sel" = "." ]; then