4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Path to raku binary
|
||
|
export PATH=$PWD/bin:$PATH
|