skript na overenie routes
#!/bin/bash
echo napis route
read guta
route -n | grep -i $guta > routa_existuje.txt
if test -z routa_existuje.txt
then echo "zla routa, pridaj ju"
else echo otvor subor routa_existuje.txt
fi
echo Janci, stahuj Derricka
Žiadne komentáre:
Zverejnenie komentára