#!/bin/bash
echo "Message: "
read msg
git add *
git commit -m "$msg"
git push -u origin
#git push -u lab
