Ah, the coding... in The Monster

  • April 1, 2015, 4:06 a.m.
  • |
  • Public

So I recently noticed a project on github (a fork of a no longer maintained project, the project is glc, and the project is a fork called glcs), well less noticed and more ran across it…anywho I ended up finding it and I tried compiling it only to find out that the scripts, well four of them and only changed one line in each of them…

If you want to know what was changed, they were all bash scripts and I changed the shell declaration (the #!/bin/x at the start) from #!/bin/sh to #!/bin/bash so they would work. I submitted a pull request and it was accepted. I also decided to work on making the scripts more portable, as they are dependant upon BASH. So I began to work on making them portable (which all over on my github account located here couldn’t resist the shameless plug… :P) So far I have the build and package scripts done. So far they work (or seem to work) with BASH, DASH, POSH, mksh, and zsh… so yeah… also note that the branch is not live yet, due to me wanting to finish writing and then replace the scripts…

atm I’m still deciding if I should continue or go to bed…


No comments.

You must be logged in to comment. Please sign in or join Prosebox to leave a comment.