gitc 134 B

123456
  1. #!/usr/bin/env bash
  2. # kısa git clone
  3. # gitc hesap/depo
  4. [ $1 ] && hesapdepo="$1" || exit 1
  5. git clone https://github.com/${hesapdepo}