summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/quit
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-20 19:37:08 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-20 19:37:08 -0400
commita9fb80359a3e84ed7b64d3ecdf699acc5e53abc9 (patch)
tree04b9575e3e3338b91c2d110bd4ceeac2a52cafe3 /.config/wmii-hg/quit
parent39db29c39dcca6d47fbc56dffd8c0c7bf63beb51 (diff)
parentb0fc73174a1142ff0ff30d187944aa5b86eb3595 (diff)
Merge branch 'master' of git://lukeshu.com/dotfiles
Diffstat (limited to '.config/wmii-hg/quit')
-rwxr-xr-x.config/wmii-hg/quit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wmii-hg/quit b/.config/wmii-hg/quit
index 341468e..b34a913 100755
--- a/.config/wmii-hg/quit
+++ b/.config/wmii-hg/quit
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
if type systemctl &>/dev/null; then
systemctl --user stop "wmii@$DISPLAY.service"
else