7 lines
142 B
Bash
Executable File
7 lines
142 B
Bash
Executable File
#!/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 |