mirror of
https://github.com/wassname/options_backtester.git
synced 2026-06-27 21:22:38 +08:00
5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# import env vars that were written in entrypoint
|
|
env - `cat /root/env` $@
|