Skip to content

Commit

Permalink
Added shell and batch script to help with soem fake Make testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Apr 27, 2015
1 parent b74dcda commit a8f023a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/resources/fake-make-scripts/fake-make.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
echo %1 %2 %3 %4 %5 %6 %7 %8 %9
2 changes: 2 additions & 0 deletions src/test/resources/fake-make-scripts/fake-make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
echo $@

0 comments on commit a8f023a

Please sign in to comment.