elvis is connected, but not installed as vi any more.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
t=/usr/src/etc/binary_sizes
|
||||
|
||||
if [ "$#" -ne 1 ]
|
||||
then echo "Usage: $0 <big|normal>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$1" = big ]
|
||||
then t=$t.big
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user