Skip to content

Instantly share code, notes, and snippets.

View IbleedDialTone's full-sized avatar

J. Bizzle IbleedDialTone

View GitHub Profile
@erdincay
erdincay / sugh.sh
Last active October 8, 2025 17:41
su GitHub (downloading all repositories from a given user)
#!/bin/bash
if [ -z "$1" ]; then
echo "waiting for the following arguments: username + max-page-number"
exit 1
else
name=$1
fi
if [ -z "$2" ]; then