aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bak.sh
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-10 20:13:33 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-10 20:13:33 +0100
commit78a587714753cd6dfc72f85dfd1e029490942b60 (patch)
treea47f951ff40edf8224b50d56c29551e0d9109134 /tools/bak.sh
parentmove bak.sh to tools/ (diff)
downloadlaurent-tools-78a587714753cd6dfc72f85dfd1e029490942b60.tar.xz
laurent-tools-78a587714753cd6dfc72f85dfd1e029490942b60.zip
bak.sh: comments ++
Diffstat (limited to '')
-rwxr-xr-xtools/bak.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bak.sh b/tools/bak.sh
index cfa6c1b..93a6f68 100755
--- a/tools/bak.sh
+++ b/tools/bak.sh
@@ -4,6 +4,8 @@
# directory with name $(basename `pwd`)-bakXXX-$1,
# and copy both directories to HOST.
# A make clean is done before all.
+#
+# Can be used as alternative to versionning
# 2012 Laurent Ghigonis <laurent@p1sec.com>