ubuntu:bash:helicopter_animation
Differences
This shows you the differences between two versions of the page.
ubuntu:bash:helicopter_animation [2019/11/29 10:48] – created peter | ubuntu:bash:helicopter_animation [2019/12/07 01:39] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Bash - Helicopter Animation ====== | ||
- | |||
- | <file bash> | ||
- | #!/bin/bash | ||
- | c1() | ||
- | { | ||
- | echo " | ||
- | echo " | ||
- | echo " | ||
- | echo " | ||
- | echo " | ||
- | echo " | ||
- | sleep 0.1 | ||
- | } | ||
- | c2() | ||
- | { | ||
- | echo " | ||
- | echo " | ||
- | echo " | ||
- | echo " | ||
- | echo " | ||
- | echo " | ||
- | sleep 0.1 | ||
- | } | ||
- | echo -e " | ||
- | while [ 1 = 1 ] | ||
- | do echo -e " | ||
- | echo -e " | ||
- | echo -e " | ||
- | echo -e " | ||
- | echo -e " | ||
- | echo -e " | ||
- | echo -e " | ||
- | echo -e " | ||
- | echo -e " | ||
- | echo -e " | ||
- | echo -e " | ||
- | echo -e " | ||
- | done | ||
- | </ |
ubuntu/bash/helicopter_animation.1575024509.txt.gz · Last modified: 2020/07/15 09:30 (external edit)