-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jack Wiberg
authored
Feb 21, 2017
1 parent
f463c6c
commit 1297969
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/bin/bash | ||
#copyright (c) Jack Wiberg 2017 <[email protected]> | ||
#no warranty included, or anything like that | ||
#you cant hold me liable for anything | ||
#etc etc | ||
#license is just... do whatever | ||
#Copyright (c) Jack Wiberg 2017 <[email protected]> | ||
#This program is free software. It comes without any warranty, to | ||
#the extent permitted by applicable law. You can redistribute it | ||
#and/or modify it under the terms of the Do What The Fuck You Want | ||
#To Public License, Version 2, as published by Sam Hocevar. See | ||
#http://www.wtfpl.net/ for more details. | ||
gibsroot=$(git rev-parse --show-toplevel > /dev/null 2>&1) | ||
|
||
if [ -z "$1" ] || [ "$1" = "help" ] | ||
|