nsbin/test-account

18 lines
281 B
Plaintext
Raw Normal View History

2006-07-20 07:54:37 +00:00
#!/bin/sh
#
# Nico Schottelius <nico-linux@schottelius.org>
# Date: 21-Oct-2004
# Last Modified: -
#
PROGLIST="wget curl zsh vim irssi perl"
for prog in $PROGLIST; do
[ `which $prog` ] || MISSING="$MISSING $prog"
done
[ "$MISSING" ] || MISSING=" -"
echo "Missing:$MISSING"