Skip to content

Instantly share code, notes, and snippets.

View akkimustapha's full-sized avatar
💭
I may be slow to respond.

AKKI MUSTAPHA akkimustapha

💭
I may be slow to respond.
View GitHub Profile
@akkimustapha
akkimustapha / sugh.sh
Created June 3, 2022 23:08 — 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