diff options
author | Ben Sima <ben@bsima.me> | 2020-10-26 17:52:56 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-10-26 17:52:56 -0400 |
commit | 19f5402bec9f6346463b83536cc22d7f4525bc18 (patch) | |
tree | 2076903999b67f26e1ada3a8717325710f6b2ee4 /Biz/Bild/ShellHook.sh | |
parent | e069bc069f998e3158c826e20f7d94575907ae46 (diff) |
Capitalize rest of files
Diffstat (limited to 'Biz/Bild/ShellHook.sh')
-rw-r--r-- | Biz/Bild/ShellHook.sh | 6 |
1 files changed, 2 insertions, 4 deletions
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 |