bashInfinite while loop
while true; do echo hi; sleep 1; donectrl + cecho hi; sleep 1replace this with your code, that should run forever |
More of Bash
- How to get time in "YYYY-MM-DD HH:II:SS" (year-month-date hour:minute:second) format
- Binet's Formula in bash
- How to extract file extension
- How to get date in "YYYY-MM-DD" format
- Check if file exists
- Output bold text in console
- How to count all lines in all files recursively
- Urlencode string in bash
- Output italic text in console
- How to get time in "HH:II:SS" (hour:minute:second) format
See more codes...