diff options
-rwxr-xr-x | bin/run-xmobar.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/run-xmobar.sh b/bin/run-xmobar.sh new file mode 100755 index 0000000..c2c1d35 --- /dev/null +++ b/bin/run-xmobar.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +flavour=$1 +shift + +$(cd ~/usr/jao/xmobar-config && cabal list-bin xmobar-$flavour) $* |