Input escaping is not sufficiently sophisticated
Right now some basic escaping is performed on the inputs, but the presence of 's in the input breaks the program. Other literals may also cause breakages depending on the behavior of sh.
Right now some basic escaping is performed on the inputs, but the presence of 's in the input breaks the program. Other literals may also cause breakages depending on the behavior of sh.