mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
|
#this is sourced.
|
||
|
|
||
|
gcc_path=/usr
|
||
|
gcc_prefix=
|
||
|
gcc_suffix=
|
||
|
#only bin_path is used bt the caller
|
||
|
bin_path="$gcc_path"/bin/"$gcc_prefix""$1""$gcc_suffix"
|