Skip to content

Instantly share code, notes, and snippets.

View eneusta1's full-sized avatar

Eldon Neustaeter eneusta1

View GitHub Profile
#!/bin/bash
function usage() {
(
echo "usage: $0 <auth-token> <group-address> <mbox-dir>"
echo "To generate an auth token go to https://developers.google.com/oauthplayground/ and get an access token for Google Groups migration"
) >&2
exit 5
}