change version to 0.0.0
[flibbertigibbet] / test.bash
CommitLineData
fa24711e 1#! /usr/bin/env bash
2# tl;dr AGPLv3+
3# copyright info at bottom
4
5set -o nounset
6set -o errexit
7
8GILT_HOOKUP_DEBUG="${GILT_HOOKUP_DEBUG:-}"
9
10if (( GILT_HOOKUP_DEBUG )); then
11 set -x
12 echo "in $0"
13fi
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/>.