5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Path to fbc compiler
|
||
|
export PATH=$PWD/bin:$PATH
|