GetGoing/build.sh

28 lines
486 B
Bash
Executable File

#!/bin/sh
files='
src/title.md
CHANGELOG.md
src/1-hello-world.md
src/2-data-tyes.md
src/3-slices-maps.md
src/4-control-structures.md
src/5-functions.md
src/6-structures.md
src/7-http.md
src/8-testing.md
src/9-cli-app.md
src/10-repo-hygiene.md
src/11-go-modules.md
src/12-wiki.md
src/13-webapp-abstractions.md
src/14-conclusion.md
src/15-battlesnake.md
src/GReeTZ.md
src/other_work_by_the_author.md
'
rev=$(git rev-parse HEAD)
pandoc -o getgoing