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