Files
dotfiles/bash.d/20-gitignoreio.sh
Vasili Svirydau df34ca588a .
2021-01-29 16:00:30 -08:00

6 lines
98 B
Bash

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