Skip to content

Instantly share code, notes, and snippets.

@binarygit
Created January 23, 2024 14:37
Show Gist options
  • Save binarygit/b2f7e75a9d05cf53c337879cf684bdc7 to your computer and use it in GitHub Desktop.
Save binarygit/b2f7e75a9d05cf53c337879cf684bdc7 to your computer and use it in GitHub Desktop.
scrape-and-push
#!/usr/bin/env bash
cd ~/Documents/job_scraper
ruby main.rb
cd ~/Documents/jobs
git ci -am "Deployed on $(date)"
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment