This website requires JavaScript.
Explore
Help
Sign In
HIVE
/
spinix-hive
Watch
1
Star
0
Fork
You've already forked spinix-hive
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
testing
spinix-hive
/
scripts
/
test1.sh
9 lines
89 B
Bash
Raw
Permalink
Blame
History
#shell
#This script loops from 1 to 10
a
=
1
while
[
$a
-le
10
]
do
echo
$a
let
a
=
a+1
done
Reference in New Issue
View Git Blame
Copy Permalink