function 이라는 예약어 사용하여 프로그램 만들기

function clone {
for argv in "$@"
do
git clone [email protected]:brixxt27/$argv.git
done
}