skiplang / skip

A programming language to skip the things you have already computed

Home Page:http://skiplang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sk script needs longer ps output

aorenste opened this issue · comments

If the paths to the executables are too long the 'sk' script can't find skip_server because the root path is truncated.

The two 'ps xa' lines should be 'ps xawww' to fix this.