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