Skip to content

Instantly share code, notes, and snippets.

View sshaaf's full-sized avatar
💭
!AlwaysOn

Syed M Shaaf sshaaf

💭
!AlwaysOn
View GitHub Profile
@erdincay
erdincay / sugh.sh
Last active March 14, 2024 21:00
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