diff --git a/scripts/generate-configs b/scripts/generate-configs old mode 100644 new mode 100755 diff --git a/scripts/grabDescriptions.hs b/scripts/grabDescriptions.hs old mode 100644 new mode 100755 diff --git a/scripts/run-xmonad.sh b/scripts/run-xmonad.sh old mode 100644 new mode 100755 diff --git a/scripts/window-properties.sh b/scripts/window-properties.sh old mode 100644 new mode 100755 diff --git a/scripts/xmonadctl.hs b/scripts/xmonadctl.hs old mode 100644 new mode 100755 index 88e88b1f..06258e47 --- a/scripts/xmonadctl.hs +++ b/scripts/xmonadctl.hs @@ -1,3 +1,5 @@ +#!/usr/bin/env runhaskell + -- Copyright: (c) Peter Olson 2013 and Andrea Rossato and David Roundy 2007 -- License: BSD-style (see xmonad/LICENSE) -- diff --git a/scripts/xmonadpropread.hs b/scripts/xmonadpropread.hs old mode 100644 new mode 100755 index 132d2b18..69bf2792 --- a/scripts/xmonadpropread.hs +++ b/scripts/xmonadpropread.hs @@ -1,3 +1,5 @@ +#!/usr/bin/env runhaskell + -- Copyright Spencer Janssen -- BSD3 (see LICENSE) --