7 lines
70 B
Bash
7 lines
70 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
source ./start/.env
|
||
|
|
||
|
#appName=$(ls | head -n 1)
|
||
|
|
||
|
./$appName
|