5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Python path
|
||
|
export PATH=$PWD/bin:$PATH
|