for PENDRIVE in /media/* do if [ -d "$PENDRIVE/Update" ]; then INSTALLDIR="$PENDRIVE/Update" cp -r $INSTALLDIR /tmp/ chmod a+x /tmp/Update/install.sh /tmp/Update/install.sh /tmp/Update fi done
init
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)