Add acknowledgements sections for script and Readme

This commit is contained in:
William Melody 2015-03-16 17:19:17 -07:00
parent 001fcfc959
commit f714965f0f
2 changed files with 25 additions and 1 deletions

View File

@ -8,3 +8,16 @@ A program for managing host file entries.
hosts add ip hostname
hosts remove hostname
hosts list [127.]
## Acknowledgements
Based on prior work by:
- https://github.com/nddrylliog
- https://gist.github.com/nddrylliog/1368532
- https://github.com/dfeyer
- https://gist.github.com/dfeyer/1369760
Original idea and interface (since changed) via:
https://github.com/macmade/host-manager

13
hosts
View File

@ -10,7 +10,18 @@
#
# Based on Bash Boilerplate: https://github.com/alphabetum/bash-boilerplate
#
# Copyright (c) 2015 William Melody • hi@williammelody.com
# Based on prior work by:
#
# - https://github.com/nddrylliog
# - https://gist.github.com/nddrylliog/1368532
# - https://github.com/dfeyer
# - https://gist.github.com/dfeyer/1369760
#
# Original idea and interface (since changed) via:
#
# https://github.com/macmade/host-manager
#
# Updates copyright (c) 2015 William Melody • hi@williammelody.com
###############################################################################
# Strict Mode