Skip to content

Instantly share code, notes, and snippets.

@lispandfound
Created May 11, 2018 07:30
Show Gist options
  • Save lispandfound/c6cc826b538117e99e1da6479a37992d to your computer and use it in GitHub Desktop.
Save lispandfound/c6cc826b538117e99e1da6479a37992d to your computer and use it in GitHub Desktop.
#!/usr/bin/env fish
set -l maths (cat)
echo 'stem:[' (string trim -- "$maths" ) ']'
asciiTeX "$maths"
#!/usr/bin/env fish
read -z -l script
set -l script 'set terminal dumb; set key outside; set size 1.1; ' $script
gnuplot (echo $script | psub)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment