Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2009-10-09 06:43:13 (GMT)
committer Bryan Berry <bryan@olenepal.org>2009-10-09 06:43:13 (GMT)
commit4dd48c31a598b82ab0679d8dbcc73115ec122237 (patch)
tree9b078a16c2d1eafb7f86db73b6862520d9c44892
parent850b058c97eb1b92dc492f9644335bdf3d2e2682 (diff)
created stubs for css and bin/karma script
l---------bin/.#karma.js1
-rw-r--r--bin/karma3
-rw-r--r--css/karma.css1
-rw-r--r--css/lesson.css1
4 files changed, 6 insertions, 0 deletions
diff --git a/bin/.#karma.js b/bin/.#karma.js
new file mode 120000
index 0000000..f7f28c3
--- /dev/null
+++ b/bin/.#karma.js
@@ -0,0 +1 @@
+hitman@hitman.20197:1255058562 \ No newline at end of file
diff --git a/bin/karma b/bin/karma
new file mode 100644
index 0000000..0ab6908
--- /dev/null
+++ b/bin/karma
@@ -0,0 +1,3 @@
+#!/usr/bin/env narwhal
+
+echo "This is a utility script for Karma" \ No newline at end of file
diff --git a/css/karma.css b/css/karma.css
new file mode 100644
index 0000000..784df92
--- /dev/null
+++ b/css/karma.css
@@ -0,0 +1 @@
+# Karma standard css here
diff --git a/css/lesson.css b/css/lesson.css
new file mode 100644
index 0000000..1103eab
--- /dev/null
+++ b/css/lesson.css
@@ -0,0 +1 @@
+# put the css specific to your lesson here