Add inner month statistics
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
DATE=`date +%d.%m.%Y`
|
||||
DIR="KissCount_build_$DATE"
|
||||
ARCH=`uname -m`
|
||||
DIR="KissCount_build_${DATE}_${ARCH}"
|
||||
FILE="$DIR.tar.bz2"
|
||||
|
||||
rm -f $FILE
|
||||
|
Reference in New Issue
Block a user