change version to 0.0.0
[flibbertigibbet] / test.bash
1 #! /usr/bin/env bash
2 # tl;dr AGPLv3+
3 # copyright info at bottom
4
5 set -o nounset
6 set -o errexit
7
8 GILT_HOOKUP_DEBUG="${GILT_HOOKUP_DEBUG:-}"
9
10 if (( GILT_HOOKUP_DEBUG )); then
11 set -x
12 echo "in $0"
13 fi
14
15 # flibbertigibbet is a lein new flibbertigibbet project-name
16 # Copyright (C) 2016 daniel watson
17
18 # This file is part of flibbertigibbet.
19
20 # flibbertigibbet is free software: you can redistribute it and/or
21 # modify it under the terms of the GNU Affero General Public License as
22 # published by the Free Software Foundation, either version 3 of the
23 # License, or (at your option) any later version.
24
25 # flibbertigibbet is distributed in the hope that it
26 # will be useful, but WITHOUT ANY WARRANTY; without even the implied
27 # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
28 # the GNU General Affero Public License for more details.
29
30 # You should have received a copy of the GNU Affero General Public License
31 # along with flibbertigibbet. If not, see
32 # <http://www.gnu.org/licenses/>.