scripts/bin/all/darcs-record-prehook
Antoine Durand-Gasselin 4a68475e34 [wiki-lenny] suppression de static/
darcs-hash:20090314092631-bd074-b01256aeaf71e935851b3ecdbd623eaae8c9e8a1.gz
2009-03-14 10:26:31 +01:00

6 lines
141 B
Bash

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