Skip to content

Instantly share code, notes, and snippets.

View amrutadotorg's full-sized avatar
😀
Enjoy yourself

Amruta.org amrutadotorg

😀
Enjoy yourself
View GitHub Profile
#!/bin/bash
# VTT Processor Ubuntu Installer Script
echo "===== VTT File Processor Installer ====="
echo "This script will set up everything needed to run the VTT Processor application."
echo ""
# Get username for desktop shortcut
USERNAME=$(whoami)
HOME_DIR="/home/$USERNAME"