Ver Fonte

Updating README to to md parser for gsg

spesk1 há 5 anos atrás
pai
commit
4134013ebb
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -14,6 +14,7 @@ You can use server side git hooks such as ``post-receive` to trigger gsgd.
 
 A `post-receive` script example:
 ```
+#!/bin/bash
 echo -ne "Regen\n" >> /some/path/to/talk.gsgd
 ```