hi
i am using an externally installed cli tool
let's say figlet in my bash script
and when i compile and export the binary file using bunster
runs without any issue on the machine where i built it
but when i move it to a machine that figlet is not installed
when i run the bin file i get
"figlet": executable file not found in $PATH
i think i might be getting it wrong but shouldn't the built bin file be independent of whatever used in the original bash script?
if the built bin file is also dependent on the tools used in the original script file
then how the final bin file is different from the bash script file?
hi
i am using an externally installed cli tool
let's say
figletin my bash scriptand when i compile and export the binary file using
bunsterruns without any issue on the machine where i built it
but when i move it to a machine that
figletis not installedwhen i run the bin file i get
"figlet": executable file not found in $PATHi think i might be getting it wrong but shouldn't the built bin file be independent of whatever used in the original bash script?
if the built bin file is also dependent on the tools used in the original script file
then how the final bin file is different from the bash script file?