Skip to content

Commit 9e25656

Browse files
committed
updating for 0.9.4 release
1 parent 85161be commit 9e25656

5 files changed

Lines changed: 8 additions & 20 deletions

File tree

aws-info

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#
1010

1111
scriptname="aws-info"
12-
scriptbuildnum="0.9.3"
13-
scriptbuilddate="2017-03-20"
12+
scriptbuildnum="0.9.4"
13+
scriptbuilddate="2017-03-23"
1414

1515
############################################################
1616
### PRE-EXECUTION
@@ -21,10 +21,6 @@ if test -t 1; then # check if stdout is a terminal
2121
if test -n "$ncolors" && test "$ncolors" -ge 8; then
2222
# Set Colors
2323
bold="$(tput bold)"
24-
underline="$(tput smul)"
25-
standout="$(tput smso)"
26-
normal="$(tput sgr0)"
27-
black="$(tput setaf 0)"
2824
red="$(tput setaf 1)"
2925
green="$(tput setaf 2)"
3026
yellow="$(tput setaf 3)"

aws-list

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#
1010

1111
scriptname="aws-list"
12-
scriptbuildnum="0.9.3"
13-
scriptbuilddate="2017-03-20"
12+
scriptbuildnum="0.9.4"
13+
scriptbuilddate="2017-03-23"
1414

1515
############################################################
1616
### PRE-EXECUTION
@@ -21,10 +21,6 @@ if test -t 1; then # check if stdout is a terminal
2121
if test -n "$ncolors" && test "$ncolors" -ge 8; then
2222
# Set Colors
2323
bold="$(tput bold)"
24-
underline="$(tput smul)"
25-
standout="$(tput smso)"
26-
normal="$(tput sgr0)"
27-
black="$(tput setaf 0)"
2824
red="$(tput setaf 1)"
2925
green="$(tput setaf 2)"
3026
yellow="$(tput setaf 3)"

aws-ssh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#
1010

1111
scriptname="aws-ssh"
12-
scriptbuildnum="0.9.3"
13-
scriptbuilddate="2017-03-20"
12+
scriptbuildnum="0.9.4"
13+
scriptbuilddate="2017-03-23"
1414

1515
############################################################
1616
### PRE-EXECUTION
@@ -21,10 +21,6 @@ if test -t 1; then # check if stdout is a terminal
2121
if test -n "$ncolors" && test "$ncolors" -ge 8; then
2222
# Set Colors
2323
bold="$(tput bold)"
24-
underline="$(tput smul)"
25-
standout="$(tput smso)"
26-
normal="$(tput sgr0)"
27-
black="$(tput setaf 0)"
2824
red="$(tput setaf 1)"
2925
green="$(tput setaf 2)"
3026
yellow="$(tput setaf 3)"

aws-start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://github.com/robertpeteuil/Easy-EC2
77
#
88
# Author: Robert Peteuil @RobertPeteuil
9-
# Version: 0.9.2, 2017-03-20
9+
# Version: 0.9.4, 2017-03-23
1010

1111

1212
if [ -z "$1" ] || [ "$1" = "-h" ]; then

aws-stop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://github.com/robertpeteuil/Easy-EC2
77
#
88
# Author: Robert Peteuil @RobertPeteuil
9-
# Version: 0.9.1, 2017-03-13
9+
# Version: 0.9.4, 2017-03-23
1010

1111

1212
if [ -z "$1" ] || [ "$1" = "-h" ]; then

0 commit comments

Comments
 (0)