Skip to content

Instantly share code, notes, and snippets.

@hno
Created October 28, 2014 20:57
Show Gist options
  • Save hno/be03c7b6916e813096e4 to your computer and use it in GitHub Desktop.
Save hno/be03c7b6916e813096e4 to your computer and use it in GitHub Desktop.
Dummy squid auth
#!/bin/sh
while read user password; do
echo OK
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment