- Oct
- 364
- 17
Not sure if this will be of any benefit, but I have tcc.exe as an alias in my Bash Profile;
Code:
alias tccrt='/mnt/c/program\ files/jpsoft/tcc_rt_27/tcc.exe /I /C'
That way, I can run a TCC command while in bash;
Code:
jlc@DESKTOP-H2JFFTF:/mnt/e/Utils$ alias tccrt
alias tccrt='/mnt/c/program\ files/jpsoft/tcc_rt_27/tcc.exe /I /C'
jlc@DESKTOP-H2JFFTF:/mnt/e/Utils$ tccrt echo %_isodate
2021-01-06
jlc@DESKTOP-H2JFFTF:/mnt/e/Utils$
Joe Calvary
Option to add this as above in WSL2.