6 lines
40 B
Bash
6 lines
40 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
source /.env
|
||
|
|
|
||
|
|
$EXEC_SCRIPT
|