bashapp icon indicating copy to clipboard operation
bashapp copied to clipboard

Compile a bash script to a binary and make an OS X Application out of it in one step.

Results 3 bashapp issues
Sort by recently updated
recently updated
newest added

gcc bashapp.c -o bashapp In file included from bashapp.c:26: ./bashapp.h:326:12: error: implicit declaration of function 'time' is invalid in C99 [-Werror,-Wimplicit-function-declaration] srand( time(NULL) ); ^ bashapp.c:63:16: error: implicit declaration of...

Hi, I have a shell script which needs to escalate privileges i.e. ask the user for sudo password (I basically install brew, which asks for sudo password) Is there a...

1. bashapp.h was missing #include (added and it compiles fine) 2. once compiled, and run on test.sh, it kicks out: Segmentation fault: 11 Here's the output of lldb's thread backtrace:...