summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTslil Clingman <hiato1@gmail.com>2015-02-01 23:03:05 +0200
committerTslil Clingman <hiato1@gmail.com>2015-02-01 23:03:05 +0200
commitce6884394a82f6b377ec1d659ce59be92fdf5f7c (patch)
treec07aaf8d6571b145407c24d7b96d394a75d45dc2 /sc
parent2a30d923196c135f5d02e56e3e840d2d1fb3140e (diff)
Changed to /usr/bin/env and added non-zsh modde to vcs
Diffstat (limited to 'sc')
-rwxr-xr-xsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc b/sc
index 17ec791..44bdf28 100755
--- a/sc
+++ b/sc
@@ -1,4 +1,4 @@
-#!/bin/dash
+#!/usr/bin/env sh
# Quick hack to manage screen hotplugging
case "$1" in
"d") xrandr --nograb --output CRT1 --off --output LVDS --auto;;