Skip to content

Instantly share code, notes, and snippets.

View tomrfitz's full-sized avatar

Thomas FitzGerald tomrfitz

View GitHub Profile
@HenryLoenwind
HenryLoenwind / install.sh
Last active May 18, 2024 11:56
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.1"
echo ""
if [ -d "scripthub" ]; then
echo "Updating Script Hub"
git -C scripthub pull
else
echo "Getting Script Hub"