summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/false2
-rwxr-xr-xscripts/true1
2 files changed, 3 insertions, 0 deletions
diff --git a/scripts/false b/scripts/false
new file mode 100755
index 0000000..ecdbef9
--- /dev/null
+++ b/scripts/false
@@ -0,0 +1,2 @@
+#!/bin/sh
+exit 1
diff --git a/scripts/true b/scripts/true
new file mode 100755
index 0000000..1a24852
--- /dev/null
+++ b/scripts/true
@@ -0,0 +1 @@
+#!/bin/sh