From b645a78485baf3df086b34fb33e9017fcee8ec85 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 1 Apr 2014 15:49:29 -0700 Subject: [PATCH] beam/examples/beamsh: move example scripts to scripts/ Docker-DCO-1.1-Signed-off-by: Solomon Hykes (github: shykes) --- examples/beamsh/{ => scripts}/bug0.ds | 0 examples/beamsh/{ => scripts}/bug1.ds | 0 examples/beamsh/{ => scripts}/bug2.ds | 0 examples/beamsh/{ => scripts}/bug3.ds | 0 examples/beamsh/{ => scripts}/bug4.ds | 0 examples/beamsh/{ => scripts}/bug5.ds | 0 examples/beamsh/{ => scripts}/bug6.ds | 0 examples/beamsh/{ => scripts}/bug7.ds | 0 examples/beamsh/{ => scripts}/demo1.ds | 0 examples/beamsh/{ => scripts}/helloworld.ds | 0 examples/beamsh/{ => scripts}/logdemo.ds | 0 examples/beamsh/{ => scripts}/miniserver.ds | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename examples/beamsh/{ => scripts}/bug0.ds (100%) rename examples/beamsh/{ => scripts}/bug1.ds (100%) rename examples/beamsh/{ => scripts}/bug2.ds (100%) rename examples/beamsh/{ => scripts}/bug3.ds (100%) rename examples/beamsh/{ => scripts}/bug4.ds (100%) rename examples/beamsh/{ => scripts}/bug5.ds (100%) rename examples/beamsh/{ => scripts}/bug6.ds (100%) rename examples/beamsh/{ => scripts}/bug7.ds (100%) rename examples/beamsh/{ => scripts}/demo1.ds (100%) rename examples/beamsh/{ => scripts}/helloworld.ds (100%) rename examples/beamsh/{ => scripts}/logdemo.ds (100%) rename examples/beamsh/{ => scripts}/miniserver.ds (100%) diff --git a/examples/beamsh/bug0.ds b/examples/beamsh/scripts/bug0.ds similarity index 100% rename from examples/beamsh/bug0.ds rename to examples/beamsh/scripts/bug0.ds diff --git a/examples/beamsh/bug1.ds b/examples/beamsh/scripts/bug1.ds similarity index 100% rename from examples/beamsh/bug1.ds rename to examples/beamsh/scripts/bug1.ds diff --git a/examples/beamsh/bug2.ds b/examples/beamsh/scripts/bug2.ds similarity index 100% rename from examples/beamsh/bug2.ds rename to examples/beamsh/scripts/bug2.ds diff --git a/examples/beamsh/bug3.ds b/examples/beamsh/scripts/bug3.ds similarity index 100% rename from examples/beamsh/bug3.ds rename to examples/beamsh/scripts/bug3.ds diff --git a/examples/beamsh/bug4.ds b/examples/beamsh/scripts/bug4.ds similarity index 100% rename from examples/beamsh/bug4.ds rename to examples/beamsh/scripts/bug4.ds diff --git a/examples/beamsh/bug5.ds b/examples/beamsh/scripts/bug5.ds similarity index 100% rename from examples/beamsh/bug5.ds rename to examples/beamsh/scripts/bug5.ds diff --git a/examples/beamsh/bug6.ds b/examples/beamsh/scripts/bug6.ds similarity index 100% rename from examples/beamsh/bug6.ds rename to examples/beamsh/scripts/bug6.ds diff --git a/examples/beamsh/bug7.ds b/examples/beamsh/scripts/bug7.ds similarity index 100% rename from examples/beamsh/bug7.ds rename to examples/beamsh/scripts/bug7.ds diff --git a/examples/beamsh/demo1.ds b/examples/beamsh/scripts/demo1.ds similarity index 100% rename from examples/beamsh/demo1.ds rename to examples/beamsh/scripts/demo1.ds diff --git a/examples/beamsh/helloworld.ds b/examples/beamsh/scripts/helloworld.ds similarity index 100% rename from examples/beamsh/helloworld.ds rename to examples/beamsh/scripts/helloworld.ds diff --git a/examples/beamsh/logdemo.ds b/examples/beamsh/scripts/logdemo.ds similarity index 100% rename from examples/beamsh/logdemo.ds rename to examples/beamsh/scripts/logdemo.ds diff --git a/examples/beamsh/miniserver.ds b/examples/beamsh/scripts/miniserver.ds similarity index 100% rename from examples/beamsh/miniserver.ds rename to examples/beamsh/scripts/miniserver.ds