6 lines
101 B
Bash
6 lines
101 B
Bash
function gi() {
|
|
local IFS=,
|
|
|
|
curl -fL "https://www.toptal.com/developers/gitignore/api/$*"
|
|
}
|