4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Add java and kotlinc to path
|
||
|
export PATH=$PWD/bin:$PATH
|