Skip to content

Instantly share code, notes, and snippets.

@MMZOX
MMZOX / install_prompt.sh
Last active May 12, 2025 08:37
install_prompt
#!/bin/bash
# Script to clone a repository, run install.sh, and delete the repository
# Usage: ./clone_install_remove.sh [install_path]
set -e
# Function for error handling
handle_error() {
echo "ERROR: $1"