Search

push.sh

#!/bin/bash cd /home/ec2-uesr/stress git add . git commit -m "$1" git push origin main
Shell
복사
chmod 777 push.sh
Shell
복사