💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › gitignore.sh.gmi captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
gitignore.sh - dotfiles - Collection of my dotfiles
---
gitignore.sh (113B)
---
1 #! /bin/sh
2 gi="https://gitignore.io/api/$1"
3
4 shift
5 while [ $# -ge 1 ]
6 do
7 gi="$gi,$1"
8 shift
9 done
10 curl -sL "$gi"
generated w/ stagit-gemini