From 4dd48c31a598b82ab0679d8dbcc73115ec122237 Mon Sep 17 00:00:00 2001 From: Bryan Berry Date: Fri, 09 Oct 2009 06:43:13 +0000 Subject: created stubs for css and bin/karma script --- 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 -- cgit v0.9.1