terrychou / iVim

A vim port to iOS.
599 stars 34 forks source link

Execute sh files in Terminal #157

Closed suliveevil closed 4 years ago

terrychou commented 4 years ago

This is not easy, otherwise, ivish would not be born. Executing sh files is not just about making it running. It is essentially about the whole shell environment.

If you want a scripting support, vim's script would be a better choice in iVim.

suliveevil commented 4 years ago

I will try to use vimscript instead shell script. There is a lot for me to learn.