Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] add a gsh (not .sh) script?

Subject: Grouper Developers Forum

List archive

[grouper-dev] add a gsh (not .sh) script?


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Grouper Dev <>
  • Subject: [grouper-dev] add a gsh (not .sh) script?
  • Date: Sat, 2 Jun 2012 23:59:43 +0000
  • Accept-language: en-US

Many software packages have the windows script: whatever.bat, and the unix script: whatever.  Then when you document things, you say: whatever -arg1 -arg2   (works in windows and unix)
However, grouper has gsh.bat and gsh.sh, so we have to document things two ways:

gsh -loader  (windows)
gsh.sh -loader (unix)

Im thinking we should add a unix script in addition to gsh.sh (for backwards compatibility) which is just gsh (same script as gsh.sh).  Then we can just document it as:

gsh -loader

And it will work in windows and linux.

OK, this is probably not important enough to discuss, but just mentioning...  :)

Thoughts?  +1's?  -1's?  :)

Chris



Archive powered by MHonArc 2.6.16.

Top of Page