From 294e5d7780edcbd91bba0592a7e5852b8353d401 Mon Sep 17 00:00:00 2001 From: encrypt Date: Mon, 14 Mar 2016 17:44:32 +0100 Subject: [PATCH] use bash --- window-switch/window-switcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 window-switch/window-switcher.sh diff --git a/window-switch/window-switcher.sh b/window-switch/window-switcher.sh old mode 100644 new mode 100755 index 4eeeb9f..8f7af2e --- a/window-switch/window-switcher.sh +++ b/window-switch/window-switcher.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # WTFPL # Require wmutils and wmctrl (hope to remove wmctrl soon)