4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Put 'export' statements here for environment variables
|
||
|
export PATH="$PWD/v:$PATH"
|