These lines of code are meant to be run in your terminal by pasting and pressing enter one after the other.
chsh -s $(which bash)
ORchsh -s /bin/bash
- More info here
These lines of code are meant to be run in your terminal by pasting and pressing enter one after the other.
chsh -s $(which bash)
chsh -s /bin/bash
Word | Notes |
---|---|
Folder Poetry | The practice of using the structure of computer folder organization as a new kind of poetic form like the haiku or iambic pentameter. By naming and nesting folders and files, we can create unfolding narratives, rhythmic prose, and choose-your-own-adventure poetry. |
terminal | An application to control and make changes to your operating system by typing text commands. In this class we'll use the terminal to cr |
#!/bin/bash - | |
#title :incantation.sh | |
#description :This script will sequentially print a directory. | |
#author :Matthew Ragan & Zoe Sandoval | |
#date :20200702 | |
#============================================================================== | |
# Bash File to Sequence Printing Files | |
# For 'each' file ending .txt that is found in the directory |
#!/bin/bash - | |
#title :treepoem.sh | |
#description :This script will sequentially print a directory, along with the file name and directory name. | |
#author :Matthew Ragan & Zoe Sandoval | |
#date :20200702 | |
#============================================================================== | |
treeFunction(){ |
The erotic is a measure between the beginnings of our sense of self and the chaos of our strongest feelings. It is an internal sense of satisfaction to which, once we have experienced it, we know we can aspire. For having experienced the fullness of this depth of feeling and recognizing its power, in honor and self-respect we can require no less of ourselves. It is never easy to demand the most from ourselves, from our lives, from our work. To encourage excellence is to go beyond the encouraged mediocrity of our society is to encourage excellence. But giving in to the fear of feeling and working to capacity is a luxury only the unintentional can afford, and the unintentional are those who do not wish to guide their own destinies. | |
This internal requirement toward excellence which we learn from the erotic must not be misconstrued as demanding the impossible from ourselves nor from others. Such a demand incapacitates everyone in the process. | |
For the erotic is not a question only of what we do; it is a question |
To install tree to get those nice screenshots:
brew install tree
and press return