From dc03fb40fe55a7dc88c07509b47299223d4d5815 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 4 Apr 2023 14:02:28 +0200 Subject: cleaned up scripts, use sh (-> dash) where possible --- bin/guiscripts/dmdsktp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/guiscripts/dmdsktp') diff --git a/bin/guiscripts/dmdsktp b/bin/guiscripts/dmdsktp index d0905b7..3711f13 100755 --- a/bin/guiscripts/dmdsktp +++ b/bin/guiscripts/dmdsktp @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Searches through .desktop files and prompt to launch them via dmenu gtk-launch "$(find ~/.local/share/applications \ -maxdepth 1 \ -- cgit v1.2.3