Skip to content

Instantly share code, notes, and snippets.

View safeamiiir's full-sized avatar
😶‍🌫️
Curious

Amirreza Safehian safeamiiir

😶‍🌫️
Curious
View GitHub Profile
@safeamiiir
safeamiiir / when-repo-created
Last active December 2, 2025 15:34
when-repo-created
#!/usr/bin/env bash
###########################
### AI GENERATED SCRIPT ###
###########################
# Usage:
# curl -s <your-gist-raw-url> | bash -s "<owner>/<repo>"
# example: curl -s https://gist.githubusercontent.com/safeamiiir/3bc6b737b8cbfa352a0a56767bcfb1d7/raw/69096fccaf3a96a876bef560f1767b2db6336f1b/when-repo-created | bash -s "octocat/Hello-World"
set -e
@safeamiiir
safeamiiir / CLA-TEST
Last active March 11, 2024 17:50
CLA-TEST
CLA content here.
@safeamiiir
safeamiiir / snapp-total-price.js
Last active June 6, 2021 14:33 — forked from arastu/snapp-total-price.js
Total payed snapp
/**
* Open https://app.snapp.ir
* Login with your credentials
* Copy and pasting this code in developer tools console
* Waiting... :)
*/
(async function () {
function sleep(ms = 0) {
return new Promise(r => setTimeout(r, ms));
}