From 067100bf9c163c688208ee17675cea3b1b8d4bf5 Mon Sep 17 00:00:00 2001 From: Seif Lotfy Date: Wed, 28 Sep 2016 20:34:08 +0200 Subject: [PATCH] Move hello-async.sh and hello-sync.sh to examples directory --- hello-async.sh => tool/examples/hello-async.sh | 0 hello-sync.sh => tool/examples/hello-sync.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename hello-async.sh => tool/examples/hello-async.sh (100%) rename hello-sync.sh => tool/examples/hello-sync.sh (100%) diff --git a/hello-async.sh b/tool/examples/hello-async.sh similarity index 100% rename from hello-async.sh rename to tool/examples/hello-async.sh diff --git a/hello-sync.sh b/tool/examples/hello-sync.sh similarity index 100% rename from hello-sync.sh rename to tool/examples/hello-sync.sh