Skip to content

Commit

Permalink
gml
Browse files Browse the repository at this point in the history
  • Loading branch information
ColtonPhillips committed Jul 3, 2013
1 parent ec01c49 commit 9bb6880
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions generate_theme.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

//$lines = file('verbs.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);

//foreach ($lines as $line_num => $line) {
// echo "Line #<b>{$line_num}</b> : " . htmlspecialchars($line) . " <br />\n";
//}


if(defined('STDIN') )
echo("Running from CLI");
else
echo("Not Running from CLI");

?>
1 change: 1 addition & 0 deletions languages.todo
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Javascript
Clojure
AS3
Brainfuck
GML

0 comments on commit 9bb6880

Please sign in to comment.