Reinserted the missing '!' from the shebang line.

master
Alan Stebbens 12 years ago
parent f60217ae2c
commit aa79c36e3e
  1. 2
      gitstatus.sh

@ -1,4 +1,4 @@
#/bin/bash #!/bin/bash
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
# gitstatus.sh -- produce the current git repo status on STDOUT # gitstatus.sh -- produce the current git repo status on STDOUT
# Functionally equivalent to 'gitstatus.py', but written in bash (not python). # Functionally equivalent to 'gitstatus.py', but written in bash (not python).

Loading…
Cancel
Save