changeset 94:ade357fe9dda

my 1st commit to testrepo
author Zdenek Zambersky <zzambers@redhat.com>
date Wed, 29 Oct 2014 14:46:26 +0100
parents 41f840f89b0e
children 40e55510aec4
files infiniteLoop
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/infiniteLoop	Wed Oct 29 14:46:26 2014 +0100
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+while true ; do
+ echo running...
+ sleep 1
+done
\ No newline at end of file