I normally run stinkypete.rb script using bash terminal and then run
ruby stinkypete.rb
I'm trying to create cronjob for same using nano editor in ubuntu 16.04 and here is line for crontab that i've written.
*/1 * * * * export /home/orion/.bashrc -c '/home/orion/stinkypete/stinkypete.rb'
Checking service cron status, its running but script doesn't work. Is there any other path that I need to load in crontab?