This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#### | |
# Author: ea2809 (Enrique García Galán) | |
# Description: Download the Mac chromedriver and move it to the expected site | |
# The user should have permissions to change the actual chromedriver | |
#### | |
function updateChrome() { | |
chromedriver="chromedriver" |