From ce6884394a82f6b377ec1d659ce59be92fdf5f7c Mon Sep 17 00:00:00 2001 From: Tslil Clingman Date: Sun, 1 Feb 2015 23:03:05 +0200 Subject: Changed to /usr/bin/env and added non-zsh modde to vcs --- sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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;; -- cgit v1.2.3