Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 426 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 426 Bytes

Command Line Adventure (2010-10-01)

Setup

  1. Create user account

    $ sudo useradd -m -s /bin/bash lug00
    $ sudo passwd lug00
    
  2. Scrunch GUIDE

    $ scrunch GUIDE > GUIDE.SCRUNCHED
    
  3. Copy GUIDE.SCRUNCHED to home directory

    $ sudo cp GUIDE.SCRUNCHED ~lug00/GUIDE
    
  4. Append to ~/.bashrc

    $ echo sh ~/GUIDE | sudo tee -a ~lug00/.bashrc