remove orphan file
This commit is contained in:
parent
aa53355481
commit
c7330f60f0
1 changed files with 0 additions and 15 deletions
15
zpac/test.sh
15
zpac/test.sh
|
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
VAR=""
|
|
||||||
_date()
|
|
||||||
{
|
|
||||||
if [ -z "$VAR" ]
|
|
||||||
then
|
|
||||||
VAR=$(date)
|
|
||||||
echo "date" >&2
|
|
||||||
fi
|
|
||||||
echo $VAR
|
|
||||||
}
|
|
||||||
|
|
||||||
_date
|
|
||||||
_date
|
|
||||||
Loading…
Reference in a new issue