Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Davila committed Sep 28, 2015
2 parents 4cb7d29 + 15eacd9 commit 8611a72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helloworld
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/php
<?php
echo "Hello World\n";
1 change: 1 addition & 0 deletions sergitur/helloworld
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/php
<?php

echo "Hello World\n";
Expand Down

0 comments on commit 8611a72

Please sign in to comment.