Guest User

Untitled

a guest
May 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. File.open("out.txt", "w") do |f|
  2. f.write(Time.now.strftime("%H:%M:%S"))
  3. end
  4.  
  5. every 1.minute do
  6. runner "ruby ~/Documents/workspace/test-whenever/tester.rb"
  7. end
  8.  
  9. every 1.minute do
  10. command "ruby ~/Documents/workspace/test-whenever/tester.rb"
  11. end
  12.  
  13. Loading ~/.bash_profile a shell script that runs in every new terminal you open
  14. Logged in as aakash at Aakashs-MacBook-Air.local
  15. /bin/bash: script/runner: No such file or directory
  16.  
  17. Loading ~/.bash_profile a shell script that runs in every new terminal you open
  18. Logged in as aakash at Aakashs-MacBook-Air.local
Add Comment
Please, Sign In to add comment