Portable GNUstep Console2

The objective is to have portable GNUstep with Console2 terminal, few issues there: default msys.bat looks like has Console2 option but it is not working; it should detect usb driver automatically since could run GNUstep on different computer; prefer launch GNUstep from Console2 instead of launching script then start Console2 …

C: shellsort function

The following function is a Shell sort for sorting an array of integers. The basic idea of this sorting algorithm, which was invented in 1959 by D. L. Shell. The shellsort function is from K&R C, added test driver to verify. test result: $ shellsort The original number array: 4 …