6 lines
40 B
Plaintext
6 lines
40 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
gitignore $@
|