Skip to content

Commit

Permalink
Added main run script
Browse files Browse the repository at this point in the history
  • Loading branch information
dancallan authored Nov 4, 2016
1 parent 759e495 commit e4348c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nightwatch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

if [ -f /opt/nightwatch-tests.sh ]; then
chmod +x /opt/nightwatch-tests.sh
. /opt/nightwatch-tests.sh
fi

exit

0 comments on commit e4348c9

Please sign in to comment.