Skip to content

Instantly share code, notes, and snippets.

View endlesslight0's full-sized avatar

Nameless Light endlesslight0

View GitHub Profile
@negz
negz / kubedump.sh
Last active March 6, 2024 18:42
Dump Kubernetes cluster resources as YAML
#!/usr/bin/env bash
set -e
CONTEXT="$1"
if [[ -z ${CONTEXT} ]]; then
echo "Usage: $0 KUBE-CONTEXT"
exit 1
fi
@javiersantos
javiersantos / telegram-installer.sh
Last active March 8, 2022 11:05 — forked from jalcaldea/telegram-installer.sh
Install Telegram for Deskop (Linux)
#!/bin/bash
echo "============================================="
echo "== Telegram Script Installer v 0.1 =="
echo "== =="
echo "== by Jalcaldea =="
echo "============================================="
echo "Downloading necesary files..."