mirror of
https://github.com/jbcr/core.git
synced 2026-03-24 00:42:14 +01:00
6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Adding chromedriver to PATH variable"
|
|
export PATH="$(pwd)/vendor/bin:${PATH}"
|
|
|
|
echo $PATH |