From 02d288d89683e99fd18fe9f54d4e731a6c474a4f Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 12 Apr 2012 01:38:35 -0400 Subject: initial check-in --- scripts/false | 2 ++ scripts/true | 1 + 2 files changed, 3 insertions(+) create mode 100755 scripts/false create mode 100755 scripts/true (limited to 'scripts') 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 -- cgit v1.2.1