Fix count script
This commit is contained in:
parent
72ab4e83b3
commit
f64c370585
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh
|
||||
[ -z "$TMPDIR" ] && TMPDIR=/tmp
|
||||
[ -w "$TMPDIR" ] || TMPDIR="$PWD"
|
||||
T=$TMPDIR/.cc.txt
|
||||
if [ -n "$1" ]; then
|
||||
echo 0 > $T 2> /dev/null
|
||||
|
|
Loading…
Reference in New Issue