The ODAX September 2017 Iron Condor reached today the adjustment point on the Call side (30 delta), as the Dax has climbed more than 300 points since I opened the spread a week ago.
![]() |
Dax index on 12/07/2017 Source Investing |
Sharing what I learn on Software Engineering. Also used to write about Stock Options trading.
![]() |
Dax index on 12/07/2017 Source Investing |
$crontab -l
30 15 * * * java -jar /path_to_your_jar_app/job.jar
45 13 * * * /path_to_some_script/script.sh
45 19 * * * obviously_wrong_command
I wanted to be notified by email of any failure (and as I was using Cron, the expected behavior was to get an email notification when either process returns a non-zero exit code).Message 1: From cron_user@homepc Sun Oct 23 19:45:01 2016 Delivered-To: john.doe.the.sysadmin@mailservice.com From: "(Cron Daemon)" Subject: Cronobviously_wrong_command Content-Type: text/plain; charset=UTF-8 Auto-Submitted: auto-generated Precedence: bulk X-Cron-Env: XDG_SESSION_ID=3289 X-Cron-Env: XDG_RUNTIME_DIR=/run/user/3001 X-Cron-Env: LANG=en_US.UTF-8 X-Cron-Env: MAIL_TO=admin_user_alias X-Cron-Env: SHELL=/bin/sh X-Cron-Env: HOME=/home/cron_user X-Cron-Env: PATH=/usr/bin:/bin X-Cron-Env: LOGNAME=cron_user X-Cron-Env: USER=cron_user Date: Sun, 23 Oct 2016 19:45:01 +0200 (CEST) Status: RO /bin/sh: obviously_wrong_command: command not found