Skip to content

OwlProgram executable #35

Description

@pingdynasty

It would be great to have the OwlProgram functionality wrapped up as a script or executable that you can run from anywhere (Oli's suggestion).

It's easy to put together a simple bash script, e.g.

SRC=$PWD # current working directory
PATCH=$1 # first command line argument to script is the patch name
TARGET=$2 # second argument is target, e.g. run
OWLPROGRAM=/some/where/OwlProgram
cd $OWLPROGRAM && make PATCHSOURCE=$SRC PATCH=$PATCH $TARGET

But a more robust solution that handles more options would be far better.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions