#!/usr/bin/env bash NAME="John" echo "Hello $NAME!" ... Shell execution. echo "I'm in $(pwd)" ... git commit && git push git commit || echo "Commit failed" ...
確定! 回上一頁