6 lines
139 B
Bash
6 lines
139 B
Bash
#!/usr/bin/env bash
|
|
|
|
apps+=(
|
|
["Example application"]="example-application"
|
|
["Test script"]="/home/jeremystartm/.local/bin/test-script"
|
|
)
|