about summary refs log tree commit diff stats
path: root/git_log_filtered
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-08 19:11:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-08 19:16:08 -0700
commiteb917331a8de7ee724cd1eec5d0b9bb6ef76fae2 (patch)
tree59f0718cbc72b323660940eef90a986b376c64f0 /git_log_filtered
parent1baa04dbd4c77d18b906fd185c762f613b36baa0 (diff)
downloadmu-eb917331a8de7ee724cd1eec5d0b9bb6ef76fae2.tar.gz
2942 - switch scripts to bash
I'm already using grep and perl, bash is no worse, and it's *much* nicer
to work in than plain Bourne sh.
Diffstat (limited to 'git_log_filtered')
-rwxr-xr-xgit_log_filtered2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_log_filtered b/git_log_filtered
index 89d1c8bc..0ca96fdf 100755
--- a/git_log_filtered
+++ b/git_log_filtered
@@ -1,4 +1,4 @@
-#!/usr/bin/env zsh
+#!/bin/bash
 # Show the log while skipping unimportant directories.
 #
 # I usually run this through an alias local to this repo: