add minimal header to ccollect-stats.sh
This commit is contained in:
parent
18c20b6315
commit
439a38533a
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# 2007 Daniel Aubry
|
||||||
|
# 2008 Nico Schottelius (added minimal header)
|
||||||
|
#
|
||||||
|
# Copying license unknown
|
||||||
|
#
|
||||||
|
|
||||||
|
# TODO:
|
||||||
|
# add variables, add copying, add configuration
|
||||||
|
|
||||||
if [ ! -e /tmp/ccollect-stats.lock ]
|
if [ ! -e /tmp/ccollect-stats.lock ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue