Skip to content

Instantly share code, notes, and snippets.

View jerilseb's full-sized avatar
🍊
Available

Jeril Sebastian jerilseb

🍊
Available
  • Bangalore, India
  • 01:41 (UTC +05:30)
  • X @jerilseb
View GitHub Profile
@jerilseb
jerilseb / downloads.sh
Last active March 22, 2026 17:03
Bash Helpers
#!/bin/bash
if [[ -z "$COMFY_DIR" ]]; then
printf "COMFY_DIR env variable not set\n"
exit 1
fi
none() {
printf "None selected"
}