4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Ensure your go and flutter bin folders are here
|
||
|
export PATH="$PATH:/path/to/go/bin:/path/to/flutter/bin"
|