scripts/bin/all/darcs-record-prehook
Jeremie Dimino 5b445c1a89 Hooks pour darcs.
darcs-hash:20071209163827-af139-4930465f328e974b39c143f937c191281214115a.gz
2007-12-09 17:38:27 +01:00

6 lines
141 B
Bash
Executable file

#!/bin/bash
author_file="_darcs/prefs/author"
if [ -f $author_file ]; then
echo "Suppression de $author_file."
rm -f $author_file
fi