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
7 lines
234 B
Markdown
Executable File
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!
|
|
|