4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Path to octave binary
|
||
|
export PATH=$PWD/bin:$PATH
|