Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion labs/lab1/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CS 190 Lab 1 (Fall 2016) - What Does the _____ Say?
# CS 190 Lab 1 (Spring 2017) - What Does the _____ Say?

The purpose of this lab is to teach the basics of using the terminal. After you finish this lab, you will be able to manipulate files on any UNIX-like machine (including your Purdue CS account)!

Expand Down
2 changes: 1 addition & 1 deletion labs/lab1/answers.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# CS190 Lab2 Answer Sheet
# CS190 Lab 1 Answer Sheet

# NOTE: Ignore the line directly below any "# ignore" statement.

Expand Down