Typo.
authorStephen Haberman <stephen@exigencecorp.com>
Sun, 24 Aug 2008 18:43:05 +0000 (13:43 -0500)
committerStephen Haberman <stephen@exigencecorp.com>
Sun, 24 Aug 2008 18:43:05 +0000 (13:43 -0500)
scripts/gc-rm
scripts/gc-status

index 1599f46..01e7d72 100644 (file)
@@ -1,4 +1,4 @@
-$!/bin/sh
+#!/bin/sh
 
 git rm $*
 
index d3cba61..1e9722e 100644 (file)
@@ -1,4 +1,4 @@
-$!/bin/sh
+#!/bin/sh
 
 git status $*