Skip to content

Instantly share code, notes, and snippets.

View sshaaf's full-sized avatar
💭
!AlwaysOn

Syed M Shaaf sshaaf

💭
!AlwaysOn
View GitHub Profile
@sshaaf
sshaaf / sugh.sh
Created September 29, 2021 13:54 — forked from erdincay/sugh.sh
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