Skip to content

Instantly share code, notes, and snippets.

View Thibaut-Fontaine's full-sized avatar
:atom:
probably working on some weird backend

Thibaut-Fontaine

:atom:
probably working on some weird backend
  • Paris
View GitHub Profile
@Thibaut-Fontaine
Thibaut-Fontaine / discord.sh
Created October 31, 2023 17:10
discord update script for linux, debian, ubuntu
#!/bin/bash
format="deb"
platform="linux"
while getopts ":f:p:h" opt; do
case $opt in
f) format="$OPTARG" ;;
p) platform="$OPTARG" ;;
h)