Variato changelog, corretto commenti in alcuni file, variato nome della directory di lock

This commit is contained in:
lejubila
2017-10-12 23:46:07 +02:00
parent 10aed48887
commit ecbef2c94c
6 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
#
# Common function for this driver
# Funzioni comuni utilizzate dal driver
#
#
# Funzione di esempio
#
function sample_foo {
echo "bar"
}