Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions 001-inpath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ case $? in
esac

exit 0
echo "i can edit"
ECHO hello team how are you
echo "this is git"
1 change: 1 addition & 0 deletions 002-validalnum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ else
fi

exit 0
echo "this is git commit"
2 changes: 1 addition & 1 deletion 003-normdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ else
fi

echo $month $2 $3

echo "this is git commit"
exit 0
2 changes: 1 addition & 1 deletion 004-nicenumber.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ EOF
fi

nicenumber $1 1 # second arg forces this to 'echo' output

echo "this is git commit"
exit 0
1 change: 1 addition & 0 deletions 005-validint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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