summaryrefslogtreecommitdiff
path: root/sandbox/libeufin-sandbox-dev-template
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/libeufin-sandbox-dev-template')
-rw-r--r--sandbox/libeufin-sandbox-dev-template8
1 files changed, 0 insertions, 8 deletions
diff --git a/sandbox/libeufin-sandbox-dev-template b/sandbox/libeufin-sandbox-dev-template
deleted file mode 100644
index bf8a3bb0..00000000
--- a/sandbox/libeufin-sandbox-dev-template
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-ARGS="$@"
-cd PROJECT
-if (( $# > 0 )); then ./gradlew -q --console=plain sandbox:run --args="$ARGS"
-else ./gradlew -q --console=plain sandbox:run
-fi
-cd - > /dev/null