Skip to content

Commit

Permalink
added sandbox with sandboxed checks
Browse files Browse the repository at this point in the history
  • Loading branch information
auxesis committed Jun 30, 2009
1 parent 4936aba commit 205cdf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/check_sandbox/echo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

echo $*
5 changes: 5 additions & 0 deletions spec/check_sandbox/sandboxed_check
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

# either of these should produce an ok result
echo $0
pwd

0 comments on commit 205cdf1

Please sign in to comment.