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
| // Resolution | |
| $fa = 1; | |
| $fs = 0.4; | |
| // Cube | |
| //cube(size=10); | |
| // Cube centered at origin | |
| //cube(size=20,center=true); | |
| // Rectangular Cuboid |
Matt Might’s weaselwords scripts found on his site
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
| #!/bin/bash | |
| FILE="$HOME/School/Classes/MIT6001x/Notes/gloss.yml" | |
| clear | |
| # Get User Input | |
| read -p 'Term: ' term | |
| read -p 'Term Label: ' label | |
| read -p 'Term Description: ' descr |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.