Created
May 11, 2018 07:30
-
-
Save lispandfound/c6cc826b538117e99e1da6479a37992d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env fish | |
| set -l maths (cat) | |
| echo 'stem:[' (string trim -- "$maths" ) ']' | |
| asciiTeX "$maths" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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