Были использованы такие компоненты :
https://github.com/no-go/TextThing/releases/tag/v0.9
Test :
main(){
x=$1
i=0
while [ 1 ]
do
echo $x
export x=expr $x + $3
export i=expr $i + 1
if [ "$i" == "$2" ]
then
break
fi
done
}
main 0 100 1
-
Notifications
You must be signed in to change notification settings - Fork 0
filin8804/Terminal
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published