6 lines
98 B
Bash
6 lines
98 B
Bash
#!/bin/bash
|
|
|
|
function gi() {
|
|
curl -sL "https://www.toptal.com/developers/gitignore/api/$*";
|
|
}
|