diff options
author | elioat <elioat@tilde.institute> | 2024-10-16 21:57:15 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-10-16 21:57:15 -0400 |
commit | f27fbf895a1c8b4b8d590e7d50e11be3282e9267 (patch) | |
tree | 8499480e6beb8b5b8ace0493b0c2269f0fb2c4fc | |
parent | c11f9b8aa27935d911562239b53786cb020e6e00 (diff) | |
download | tour-f27fbf895a1c8b4b8d590e7d50e11be3282e9267.tar.gz |
*
-rwxr-xr-x | coffee/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coffee/build.sh b/coffee/build.sh index 5388daa..7bd6152 100755 --- a/coffee/build.sh +++ b/coffee/build.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash -e +#!/bin/zsh rm -rf starfish.js coffee -c starfish.coffee |