Files
app
examples
env.yaml
footer.md
gitprofile.md
simple.md
src
test
tools
.gitignore
.travis.yml
LICENSE
README.md
Setup.hs
stack.yaml
tempered.cabal
tempered/examples/gitprofile.md
2017-04-24 12:16:55 -06:00

7 lines
234 B
Markdown
Executable File

#!/Users/chris/.local/bin/tempered
Chris's github account has {{
account_info=`curl https://api.github.com/users/chrispenner`
followers=`json followers << $account_info`
echo $account_info | json followers }} followers!