Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Prompt user for the GPU name
read -p "Enter GPU name (e.g., c703i-gpu1): " GPU
# Prompt user for the virtual environment name
read -p "Enter virtual environment name: " ENV
# Function to clean up processes on exit
cleanup() {