Skip to content

Commit

Permalink
Sync from Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
fryckbos committed Nov 29, 2016
1 parent df81673 commit f376f11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion shell/coscale.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

require_once 'abstract.php';
$importPath = dirname ( $argv[0] );

require_once $importPath . '/abstract.php';

/**
* CoScale shell script that will output the different elements of the module
Expand Down
4 changes: 3 additions & 1 deletion shell/coscale_reset.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

require_once 'abstract.php';
$importPath = dirname ( $argv[0] );

require_once $importPath . '/abstract.php';

/**
* CoScale shell script that will reset the different elements of the module
Expand Down

0 comments on commit f376f11

Please sign in to comment.