This commit is contained in:
Vasili Svirydau
2021-01-29 16:00:30 -08:00
parent a6d31719c5
commit df34ca588a
5 changed files with 18 additions and 4 deletions

5
bash.d/20-gitignoreio.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
function gi() {
curl -sL "https://www.toptal.com/developers/gitignore/api/$*";
}