neurobin / shc

Shell script compiler

Home Page:https://neurobin.org/projects/softwares/unix/shc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Honor the -o option for .c as well please

suntong opened this issue · comments

Wish:

When -o outfile is used with shc, the generated .x.c file is written there as well.

Current behavior:

The generated .x.c file is written in the current directory, which is less ideal if the current directory is under version control.