Skip to content

Instantly share code, notes, and snippets.

@rushipkar90
Created September 25, 2015 16:40
Show Gist options
  • Save rushipkar90/2f5bfacee5c13112ccad to your computer and use it in GitHub Desktop.
Save rushipkar90/2f5bfacee5c13112ccad to your computer and use it in GitHub Desktop.
logodistrib.sh
#!/bin/sh
alias cp="cp"
for i in `ls /home/`; do
if [ -f /home/$i/public_html/hplogo.gif ]; then
cp -vf /root/cpanel3-skel/public_html/hplogo.gif /home/$i/public_html/hplogo.gif
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment