Skip to content

Instantly share code, notes, and snippets.

@brandonhs
brandonhs / update_discord.sh
Created April 17, 2024 03:58
This script is intended to keep you up to date with discord. It keeps track of old versions in dummy text files for simplicity and storage saving purposes. Discord often makes linux users download the deb file every time a new update is available which is a waste of the valuable time of a Linux power user.
#!/bin/bash
get_redirected_url() {
local url="$1"
final_url=$(curl -s -L -o /dev/null -w '%{url_effective}' "$url")
echo "$final_url"
}
extract_version() {
local url="$1"

Projects

My projects (in no particular order)

brandonhs's GitHub Stats

DeepwaterExploration/qgroundcontrol

https://github.com/DeepwaterExploration/qgroundcontrol

A fork of qgroundcontrol implementing multiple video streams viewable at once.

# ------------------------------------------
#
# Project: Parking System
# Author: VEX
# Created: Brandon Stevens
# Description: Parking Space System
#
# ------------------------------------------
from vexcode import *