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