Create a gist now

Instantly share code, notes, and snippets.

@tscholiadis /terminal Secret
Created May 22, 2012

What would you like to do?
The commands in line
theo@theo-ubuntu-pc:~/Documents$ ls -l /home/theo/Documents/background_work.cron_jobs
-rwx--x--x 1 theo theo 111 May 22 02:15 /home/theo/Documents/background_work.cron_jobs
theo@theo-ubuntu-pc:~/Documents$ cat /home/theo/Documents/background_work.cron_jobs
#!/bin/bash -e
cd /media/3E18014B1801041D/Platform/code/admin_base/
echo "starting again" >> /log/cron_log.log
theo@theo-ubuntu-pc:~/Documents$ pwd
/home/theo/Documents
theo@theo-ubuntu-pc:~/Documents$ background_work.cron_jobs
background_work.cron_jobs: command not found
theo@theo-ubuntu-pc:~/Documents$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment