From c47075fbe76b5ce07516cf15ccf864634a53b09f Mon Sep 17 00:00:00 2001
From: Andre Brait <andrebrait@gmail.com>
Date: Fri, 11 May 2018 20:05:51 -0300
Subject: [PATCH] Relocating the automation script for sample 1

---
 .../sample1/run.pl => demo_scripts/sample1_automation.pl        | 2 --
 1 file changed, 2 deletions(-)
 rename src/main/java/projects/sample1/run.pl => demo_scripts/sample1_automation.pl (96%)

diff --git a/src/main/java/projects/sample1/run.pl b/demo_scripts/sample1_automation.pl
similarity index 96%
rename from src/main/java/projects/sample1/run.pl
rename to demo_scripts/sample1_automation.pl
index 2e31750..3f1d3f2 100644
--- a/src/main/java/projects/sample1/run.pl
+++ b/demo_scripts/sample1_automation.pl
@@ -1,7 +1,5 @@
 #!/usr/bin/perl
 
-# THIS SCRIPT IS CURRENTLY BROKEN, SINCE SINALGO WAS PORTED TO GRADLE.
-
 # Demo script to automatically start project sample1 several times with
 # a different set of node speeds and node densities. Note that this script
 # needs severe adaptations to be used for any real-life Sinalgo project. 
-- 
GitLab