Skip to content

Instantly share code, notes, and snippets.

@fgrep
Created August 10, 2014 22:35
Show Gist options
  • Save fgrep/883db65f59307817e405 to your computer and use it in GitHub Desktop.
Save fgrep/883db65f59307817e405 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {1..500}
do
cp /etc/ppp/peers/dsl-providers /etc/ppp/peers/d$i
echo "Conectando ppp$i ..."
pon d$i
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment