8 lines
157 B
Text
8 lines
157 B
Text
|
#!/usr/bin/env bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
apps+=(
|
||
|
["Example application"]="example-application"
|
||
|
["Test script"]="/home/jeremystartm/.local/bin/test-script"
|
||
|
)
|