5 lines
133 B
Bash
5 lines
133 B
Bash
#!/usr/bin/env zsh
|
|
##? use toptal.com api to generate gitignore file
|
|
|
|
curl -sL "https://www.toptal.com/developers/gitignore/api/$@"
|
|
|