Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
reverse pyramid
#!/bin/bash # GNU bash, version 4.3.46 echo "rows" read rows for((i=$rows; $i>0; i--)) do for((j=0; $j<$rows - $i; j++)) do echo -ne " " done for((j=0; $j<2*$i - 1; j++)) do echo -ne "*" done echo done
run
|
edit
|
history
|
help
2
Update
Array
progrm_V
If.sh
Ukp1
Testing behavior of set -e with functions and exit hooks
a shell script to say good morning/afternoon/evening
lucky numbers
'Free Fire'
Find ERROR