Files
Juan Pablo Amoroso 34925b8bee Added data_scraper
2019-05-13 15:28:23 -03:00

6 lines
78 B
Bash
Executable File

#!/bin/bash
# cron does not read env, save it here
env > /root/env
exec "$@"