Skip to content
Snippets Groups Projects
Commit d79d8fa9 authored by Tim Behrens's avatar Tim Behrens
Browse files

*** empty log message ***

parent e3e9a19a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ exit
[ "$2" = "" ] && Usage
i=`echo $1 | wc -m`;
i=`echo $1 | wc -c`;
j=0;
k=` expr $2 - $i`;
k=` expr $k + 1`;
......@@ -29,4 +29,4 @@ while [ "$j" -lt "$k" ];do
num=0$num;
j=` expr $j + 1`
done
echo $num
\ No newline at end of file
echo $num
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment