This file contains hidden or 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
    
  
  
    
  | git update-index --skip-worktree FILENAME | 
  
    
      This file contains hidden or 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
    
  
  
    
  | java -jar -Dwebdriver.chrome.driver="/usr/bin/chromedriver" /usr/bin/selenium/selenium-server-standalone-3.12.0.jar | 
  
    
      This file contains hidden or 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
    
  
  
    
  | // REMOVE ALL CONTAINERS | |
| docker ps -a -q | awk '{print $1}' | xargs --no-run-if-empty docker rm -f |