Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 130 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 130 Bytes

#Remove the repo text. #This is new feature

#!/bin/bash echo "Hello World" while :; do echo "Hello World"; sleep 20; done