#!/bin/bash clear echo "Welcome!" echo "Instructions:" echo "1) Put picture in to the scanner" echo "2) Press 'Start Scan' on the Dell Printer" echo "3) Press 'Select' to set you computer as the source" echo "4) Press 'Select' again to start scanning picture" echo "" echo "5) Once scan is finished pess 'Select' again to end" echo "" perl /bin/dell1600n-net-scan.pl --listen 192.168.0.8 --format jpeg --scan-dir /home/marek/Desktop/SCANNER/ --resolution 200 exit 1 exit 0