File tree 3 files changed +19
-4
lines changed
3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
# bash-standard-input-helpers
2
- Simple bash function library of standard input helpers
2
+
3
+ Simple bash function library of standard input helpers.
3
4
4
5
To see example usage, execute and look at source for ` example_usage.sh `
5
6
7
+ License
8
+ -------
9
+
10
+ This code is under the [ MIT License] ( https://opensource.org/licenses/MIT ) .
11
+
12
+ If you use or modify _ bash-standard-input-helpers_ , please credit the original author as
13
+
14
+ * Logan Martel - https://github.com/martelogan
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
+ # Example script for bash-standard-input-helpers library usage.
4
+ # Copyright (C) 2017 Logan Martel - All Rights Reserved
5
+ # Permission to copy and modify is granted under the MIT License
6
+ # Last revised 06/29/2018
7
+
3
8
# example help message
4
9
scriptname=$( basename " $0 " ) ;
5
10
help_message=" \
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- # Helper script for bash standard input routines
4
- # Author: Logan Martel
5
- # Version: 1.0.0
3
+ # Helper script for bash standard input routines.
4
+ # Copyright (C) 2017 Logan Martel - All Rights Reserved
5
+ # Permission to copy and modify is granted under the MIT License
6
+ # Last revised 06/29/2018
6
7
7
8
# This script is a namespaced function library of bash standard input helpers
8
9
You can’t perform that action at this time.
0 commit comments