Commit 3171122b authored by vagrant's avatar vagrant

complete script four

parent c3cd3c54
#! /bin/bash
num=1
while [$num -lt 50]; do
echo $num
let "num += 2"
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment