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
main
bartender
/
test.sh
10 lines
104 B
Bash
Raw
Permalink
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
💄 style(ui): Extract styling/views to seperate file
2024-09-08 11:29:39 -07:00
while
[
$i
-le
30
]
;
do
💄 fix(ui): Properly calc main dimensions
2024-09-07 22:48:11 -07:00
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