Skip to content

Commit

Permalink
Adding rudimentary script to run vecx.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley committed Mar 2, 2017
1 parent 5084740 commit db49934
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*~
10 changes: 10 additions & 0 deletions scripts/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

set -e
set -u

export DISPLAY=:0.0

pushd vecx
./vecx > /dev/null
popd

0 comments on commit db49934

Please sign in to comment.