view infiniteLoop @ 119:b9429c35357f default tip master

test push
author lbourges
date Thu, 18 Oct 2018 16:14:05 +0200
parents ade357fe9dda
children
line wrap: on
line source

#!/bin/bash

while true ; do
 echo running...
 sleep 1
done