Advertisement
Guest User

Gnokii/cron

a guest
Sep 1st, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #################Crontab################
  2. */5 * * * * /tmp/test.sh >> /tmp/test.log 2>&1
  3.  
  4.  
  5. ############## /tmp/test.sh##############
  6. #!/bin/bash
  7. set -x
  8. . ~/.profile
  9. SHELL=/bin/bash
  10. env
  11. strace /usr/bin/gnokii --dialvoice +46709XXXXXXX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement