From 1dcbc1723c914d9fa646bbc3f50f893b54916f11 Mon Sep 17 00:00:00 2001 From: Doncho Gunchev Date: Sun, 11 Oct 2020 14:44:07 +0300 Subject: [PATCH] Not needed by lxqt any more. --- .config/autostart-scripts/run_all.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 .config/autostart-scripts/run_all.sh diff --git a/.config/autostart-scripts/run_all.sh b/.config/autostart-scripts/run_all.sh deleted file mode 100755 index 01369e4..0000000 --- a/.config/autostart-scripts/run_all.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -for i in ~/.config/autostart-scripts/*.sh; do - if [ "${0/*\//}" == "${i/*\//}" ]; then continue; fi - "$i" -done