mirror of
https://github.com/wassname/options_backtester.git
synced 2026-06-27 22:52:48 +08:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# cron does not read env, save it here
|
|
env > /root/env
|
|
exec "$@"
|