Skip to content

Instantly share code, notes, and snippets.

View dani-ocean's full-sized avatar

Daniel Cunsolo dani-ocean

  • Toronto, Canada
View GitHub Profile
git update-index --skip-worktree FILENAME
java -jar -Dwebdriver.chrome.driver="/usr/bin/chromedriver" /usr/bin/selenium/selenium-server-standalone-3.12.0.jar
// REMOVE ALL CONTAINERS
docker ps -a -q | awk '{print $1}' | xargs --no-run-if-empty docker rm -f