Browse Source

Use sh instead of zsh

Samuel W. Flint 7 years ago
parent
commit
fa3083a8d8

+ 1 - 1
autorotate-image

@@ -1,4 +1,4 @@
-#!/bin/zsh -f
+#!/bin/sh
 
 OLD=$1
 NEW=${OLD}-new

+ 1 - 1
clean-directory

@@ -1,4 +1,4 @@
-#!/bin/zsh -f
+#!/bin/sh
 
 rm -f *~ 2> /dev/null
 rm -f \#*\# 2> /dev/null

+ 1 - 1
desktop-record

@@ -1,4 +1,4 @@
-#!/usr/bin/zsh
+#!/bin/sh
 
 key-mon --meta --scale=0.5 --emulate-middle --only_combo --theme clear &
 gtk-recordMyDesktop

+ 1 - 1
edit-host-specific-shell-file

@@ -1,4 +1,4 @@
-#!/bin/zsh -f
+#!/bin/sh
 
 if [[ -f ~/.`hostname`.zsh ]] ; then
     eaf ~/.`hostname`.zsh

+ 1 - 1
getInstalled.sh

@@ -1,4 +1,4 @@
-#!/bin/zsh -f
+#!/bin/sh
 
 dnf list installed | \
     awk '{ print $1 }' | \

+ 1 - 1
list-git-modules

@@ -1,4 +1,4 @@
-#!/bin/zsh -f
+#!/bin/sh
 
 if [[ -e .gitmodules ]] ; then
     cat .gitmodules | \

+ 1 - 1
man2pdf

@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/bin/sh
 
 man -T $1 > $1.ps
 pstopdf $1.ps

+ 1 - 1
org-health-file-current-year

@@ -1,4 +1,4 @@
-#!/bin/zsh -f
+#!/bin/sh
 
 YEAR=`date +"%Y"`
 

+ 1 - 1
org-journal-file-current-year

@@ -1,4 +1,4 @@
-#!/bin/zsh -f
+#!/bin/sh
 
 YEAR=`date +"%Y"`
 

+ 1 - 1
org-notes-file-current-year

@@ -1,4 +1,4 @@
-#!/bin/zsh -f
+#!/bin/sh
 
 YEAR=`date +"%Y"`
 

+ 1 - 1
reindent

@@ -1,4 +1,4 @@
-#!/usr/bin/zsh
+#!/bin/sh
 
 INDENT_ELISP=~/bin/reindent.el
 INDENT_FUNCTION=indent-driver

+ 1 - 1
screen-connect

@@ -1,4 +1,4 @@
-#!/usr/bin/zsh -f
+#!/bin/sh
 
 if [[ $# -eq 0 ]] ; then
     echo "screen-connect [ -c (-N name) | -n (-N name) | -l | -? ] (-x)" >&2

+ 1 - 1
script-session

@@ -1,4 +1,4 @@
-#! /bin/zsh -f
+#!/bin/sh
 
 date=(`date +%F`)
 subject=(`echo $1 | sed -e "s/ /-/g"`)

+ 2 - 2
sign-key

@@ -1,6 +1,6 @@
-#!/bin/zsh -f
+#!/bin/sh
 
-if [[ $# -eq 0]] ; then
+if [[ $# -eq 0 ]] ; then
     echo "sign-key KEYID"
     exit
 fi

+ 1 - 1
ssh-proxy

@@ -1,4 +1,4 @@
-#!/usr/bin/zsh
+#!/bin/sh
 
 if [ $# -eq 0 ] ; then
     echo "Usage: $0 user@host [port]"

+ 1 - 1
ssh-tunnel

@@ -1,4 +1,4 @@
-#!/usr/bin/zsh
+#!/bin/sh
 
 if [ $# -eq 0 ]; then
     echo "Usage: $0 username@machine destination-port [local-port]"

+ 1 - 1
voladj

@@ -1,3 +1,3 @@
-#!/bin/zsh -f
+#!/bin/sh
 
 urxvtc -class voladj -e "alsamixer"