How would I go about executing a .SH file (this is localhost, no remote connection or anything)? I've seen lots of Runtime.exec
and other things when I searched but those didn't seem to work.
This is Java 6. Also if it matters, all the SH is doing is moving two folders around.
Thanks!