blob: 6e8313db1011c8c6f4161a3bd86de734f4b3fe41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
if test x$term != x
then
true
exit
fi
echo 'I need to know what kind of terminal you are using.
I will put you out of learn. Type these two commands
term=xxx (where xxx is one of 300, 300S, 450, etc.)
(with no spaces!)
export term
Then type "learn eqn" again.'
false
|