This website requires JavaScript.
Explore
Help
Sign in
punkfairie
/
bartender
Watch
1
Star
0
Fork
You've already forked bartender
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7212aa31f4
bartender
/
test.sh
10 lines
105 B
Bash
Raw
Normal View
History
Unescape
Escape
✨ feat(main): Running a cmd & seeing output!!!!!
2024-09-07 22:30:47 -07:00
#!/usr/bin/env bash
i
=
0
💄 fix(ui): Properly calc main dimensions
2024-09-07 22:48:11 -07:00
while
[
$i
-le
200
]
;
do
printf
'%s line\n'
"
$i
"
i
=
$((
i
+
1
))
sleep .1
✨ feat(main): Running a cmd & seeing output!!!!!
2024-09-07 22:30:47 -07:00
done
Reference in a new issue
Copy permalink