This website requires JavaScript.
Explore
Help
Sign In
raspithek
/
bash-tut
Watch
1
Star
0
Fork
0
You've already forked bash-tut
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
23d29820b4dcfb77fc4ed67b20d7002ed00c2519
bash-tut
/
really-long-command
7 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
spinner Code.
2026-01-09 09:51:51 +01:00
#! /usr/bin/env bash
spinner als Wrapper.
2026-01-09 12:59:07 +01:00
for i in {1..4}; do
echo "[$$] finished ${i}/4 ticks"
sleep 1
done
Reference in New Issue
Copy Permalink