Files
svr/usr/bin/gcl
T

7 lines
54 B
Bash
Raw Normal View History

2026-01-23 08:55:18 +01:00
#!/bin/bash
gcl ()
{
git clone $1 $2
}
gcl "$@"