Skip to content

Instantly share code, notes, and snippets.

View ank-kumar's full-sized avatar
🙇‍♂️
Please expect delay in responses.

Ank Kumar ank-kumar

🙇‍♂️
Please expect delay in responses.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ank-kumar on github.
  • I am iamank (https://keybase.io/iamank) on keybase.
  • I have a public key ASDW35LgZ-5MxtLkKz7l_plwuUhJqntpavrHQnkCAUgzZAo

To claim this, I am signing this object:

@ank-kumar
ank-kumar / get_latest_chromium.sh
Created February 24, 2019 03:43 — forked from jehiah/get_latest_chromium.sh
script to download the latest chromium build nightly
#!/bin/sh
## this is a quick and dirty script to automagically install the latest chromium build on OSX 10.5
## you can set this up as a nightly cron job, or run manually from the command line
# USAGE:
# save script to your home directory aka /Users/$USER/
# open up a command prompt (aka /Applications/Utilities/Terminal)
# run manually from the command line whenever you want the most recent chromium build
# $ sh get_latest_chromium.sh
# start it as a nightly task (runs at 1am or edit the plist below)