Skip to content

Instantly share code, notes, and snippets.

View gupta-yuvraj's full-sized avatar

Yuvraj Gupta gupta-yuvraj

View GitHub Profile
@gupta-yuvraj
gupta-yuvraj / IPA-Sources.md
Created March 7, 2026 18:15 — forked from ongkiii/IPA-Sources.md
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@gupta-yuvraj
gupta-yuvraj / install_jenkins_plugin.sh
Last active March 8, 2024 08:43
Install Jenkins Plugins in batches
#!/bin/bash
set -e
if [ $# -eq 0 ]; then
echo "USAGE: $0 plugin1 plugin2 ..."
exit 1
fi
plugin_dir=/var/lib/jenkins/plugins