7 lines
54 B
Bash
Executable File
7 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
gcl ()
|
|
{
|
|
git clone $1 $2
|
|
}
|
|
gcl "$@"
|