Added vim exercises tarball to UNIX102.

This commit is contained in:
Elana Hashman 2012-03-08 15:49:23 -05:00
parent b8b61e2dd4
commit aee5c22f92
4 changed files with 12 additions and 2 deletions

View File

@ -61,3 +61,6 @@ $(OUTDIR)%.der: %.der
cp -f $< $@
$(OUTDIR)%.pem: %.pem
cp -f $< $@
$(OUTDIR)%.tar: %.tar
cp -f $< $@

View File

@ -1,3 +1,3 @@
FILES = index.html cheatsheet.pdf unix101.pdf
FILES = index.html cheatsheet.pdf unix101.pdf vim_exercise.tar
RELDIR = unix102/
include ../common.mk

View File

@ -13,7 +13,14 @@
time.
</p>
<p>
Download the <a href="unix101.pdf">slides</a> or <a href="cheatsheet.pdf">cheatsheet</a> handout from UNIX 101.
To begin with the first exercise, you will need the following file.
To download it, execute the following command:
<pre>
wget http://csclub.uwaterloo.ca/unix102/vim_exercise.tar
</pre>
</p>
<p>
You can also download the <a href="unix101.pdf">slides</a> or <a href="cheatsheet.pdf">cheatsheet</a> handout from UNIX 101.
</p>
</section>

BIN
unix102/vim_exercise.tar Normal file

Binary file not shown.