From 19f5402bec9f6346463b83536cc22d7f4525bc18 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 26 Oct 2020 17:52:56 -0400 Subject: Capitalize rest of files --- Biz/Bild/ShellHook.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Biz/Bild/ShellHook.sh') diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh index 75a0842..89751d3 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -45,9 +45,7 @@ function hero() { fi } -function lint() { - alias lint=$BIZ_ROOT/Biz/lint.py -} +alias lint=$BIZ_ROOT/Biz/Lint.py function pie() { runghc Biz.Pie $@ @@ -74,7 +72,7 @@ function push() { # TODO: convert to haskell function ship() { set -ex - $BIZ_ROOT/Biz/lint.py + $BIZ_ROOT/Biz/Lint.py stuff=(${1}) if [[ ${#stuff[@]} -eq 0 ]] then -- cgit v1.2.3