Is it possible to convert code written in Java (just basics like aritmeticts, string operation, cycles/conditions - nothing complicated) and compile it into bash script ?
I don't have enough time to learn bash properly but I need to do some bash scripting quickly.
Can I just write it in Java and convert it into Bash ? I would be easier for me then learning bash from the scratch.
Or is there any other language which can be compiled into bash ?