Skip to content

Instantly share code, notes, and snippets.

@leeveronica
leeveronica / update-chrome-driver.sh
Created June 2, 2020 13:15 — forked from fantactuka/update-chrome-driver.sh
Update Chrome driver for mac os
#!/bin/bash
# bash < <(curl -s https://gist.githubusercontent.com/fantactuka/3228898/raw/f0806a64306426ca72f16734ae7cd16c1f84bd87/update-chrome-driver.sh)
echo "Updating Chrome Driver"
sudo su
if [ -e /usr/bin/chromedriver ]; then
rm /usr/bin/chromedriver
echo "Removing current Chrome Driver from /usr/bin"
@leeveronica
leeveronica / README-Template.md
Created January 6, 2020 20:22 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites