diff --git a/001-inpath.sh b/001-inpath.sh index 361cfb6..455fb4f 100755 --- a/001-inpath.sh +++ b/001-inpath.sh @@ -55,3 +55,6 @@ case $? in esac exit 0 +echo "i can edit" +ECHO hello team how are you +echo "this is git" \ No newline at end of file diff --git a/002-validalnum.sh b/002-validalnum.sh index e2b1658..5a22f2d 100755 --- a/002-validalnum.sh +++ b/002-validalnum.sh @@ -29,3 +29,4 @@ else fi exit 0 +echo "this is git commit" \ No newline at end of file diff --git a/003-normdate.sh b/003-normdate.sh index 556d8ea..81bf355 100755 --- a/003-normdate.sh +++ b/003-normdate.sh @@ -43,5 +43,5 @@ else fi echo $month $2 $3 - +echo "this is git commit" exit 0 diff --git a/004-nicenumber.sh b/004-nicenumber.sh index dc656c6..93cdc7d 100755 --- a/004-nicenumber.sh +++ b/004-nicenumber.sh @@ -59,5 +59,5 @@ EOF fi nicenumber $1 1 # second arg forces this to 'echo' output - +echo "this is git commit" exit 0 diff --git a/005-validint.sh b/005-validint.sh index ff386d3..fcef49d 100755 --- a/005-validint.sh +++ b/005-validint.sh @@ -48,3 +48,4 @@ validint() # if validint "$1" "$2" "$3" ; then # echo "That input is a valid integer value within your constraints" # fi +# i am commit \ No newline at end of file