Skip to content

Instantly share code, notes, and snippets.

View tomrfitz's full-sized avatar

Thomas FitzGerald tomrfitz

View GitHub Profile
@tomrfitz
tomrfitz / install.sh
Last active May 10, 2024 06:06 — forked from HenryLoenwind/install.sh
Script to install and update IC Script Hub. Requirements: sh-compatible shell, git and unzip
#!/bin/sh
echo "IC Script Hub Installer v 1.0.0"
echo ""
if [ -d "scripthub" ]; then
echo "Updating Script Hub"
git -C scripthub pull
else
echo "Getting Script Hub"