5 lines
88 B
Bash
5 lines
88 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo {{ .user.GITHUB_GIST_TOKEN }} > ~/.gist
|
|
gist $@
|
|
rm -f ~/.gist
|