atat-mirror/foolproof.sh

7 lines
188 B
Bash
Raw Normal View History

2023-08-31 20:30:18 +02:00
#!/bin/sh
if [ ! -e /bin/csh ]; then
echo /bin/csh cannot be found. Please install it or create a symbolic link from /bin/csh to /usr/bin/tcsh , if installed.
exit 1
fi
./foolproof $*