Skip to content

Instantly share code, notes, and snippets.

@rptb1
rptb1 / .gitignore
Last active October 31, 2021 21:28
Convert YouTube subscriptions exported via Google Takeout into OPML
*~
#!/bin/bash
# Clone all github.com repositories for a specified user.
if [ $# -eq 0 ]
then
echo "Usage: $0 <user_name> "
exit;
fi