Skip to content

Instantly share code, notes, and snippets.

View IanSapp128's full-sized avatar

Ian S IanSapp128

View GitHub Profile
@IanSapp128
IanSapp128 / update-discord.bash
Created July 11, 2024 00:18
Bash script to remove the Discord folder and replace it with the latest version from their official server.
#!/usr/bin/env bash
rm -r Discord
wget "https://discord.com/api/download/stable?platform=linux&format=tar.gz" -O discord.tar.gz
tar -xvf discord.tar.gz -C .
rm discord.tar.gz
@IanSapp128
IanSapp128 / designer.html
Last active August 29, 2015 14:07
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">