summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh11
1 files changed, 2 insertions, 9 deletions
diff --git a/build.sh b/build.sh
index ee479de..74e9ab8 100755
--- a/build.sh
+++ b/build.sh
@@ -3,15 +3,8 @@
set -eu
input=$1
-output=$2
-
-parameters=${input/%.html/.sh}
-
-if ! test -f ${parameters}
-then
- cp ${input} ${output}
- exit
-fi
+parameters=$2
+output=$3
cp template.html ${output}