diff options
author | stuebinm | 2022-06-13 23:29:17 +0200 |
---|---|---|
committer | stuebinm | 2022-06-13 23:29:17 +0200 |
commit | 8dbb321a25705d941f7690281e495ccbd94cbdc3 (patch) | |
tree | 72d468adbad7cb2ce1536ed76a7d20585ef4faec /cleanup.sh | |
parent | 1d75f12fa42e05a111474011006d60caa1f2d4a9 (diff) |
add build script for mdbook
Diffstat (limited to '')
-rwxr-xr-x | cleanup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cleanup.sh b/cleanup.sh new file mode 100755 index 0000000..8826fa7 --- /dev/null +++ b/cleanup.sh @@ -0,0 +1,2 @@ +rm -r gtfs-book-html +rm -r gtfs-realtime-book-html |