#!/bin/sh if command -v cl-launch; then cl-launch -o subdec -d ! -Q -s subdecadence -r "subd::main" else echo "idk what I'm doing" fi