build: Check for Perl modules we actually use.
[techtalk-pse.git] / examples / simple / 30-goodbye.html
1 <link rel="stylesheet" href="style.css" type="text/css"/>
2 <script src="code.js" type="text/javascript"></script>
3
4 <p>
5 Goodbye, hope you enjoyed this simple example.
6 </p>
7
8 <p>
9 We hope you noticed on the previous slide that you
10 could hit the <b>Up arrow</b> to get pre-populated
11 history.
12 </p>
13
14 <p>
15 Now look at these files in the current directory
16 to find out how we did it:
17 </p>
18
19 <ul>
20 <li> 10-hello.html
21 <li> 20-shell.sh
22 <li> 30-goodbye.html
23 <li> functions &mdash; common shell functions
24 <li> style.css &mdash; stylesheet
25 <li> code.js &mdash; Javascript
26 </ul>