4 lines
74 B
Bash
Executable file
4 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
|
|
env >> /etc/environment
|
|
/usr/local/bin/python /app/runner.py
|