From 65f3eaf93ff2457c2b0070cf62d68ccd19f37f3a Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Wed, 28 Feb 2024 15:20:19 +0200 Subject: [PATCH] Add fake reaper to avoid errors when running from source --- ULWGL/reaper | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 ULWGL/reaper diff --git a/ULWGL/reaper b/ULWGL/reaper new file mode 100755 index 00000000..ada7c1b7 --- /dev/null +++ b/ULWGL/reaper @@ -0,0 +1,5 @@ +#!/usr/bin/env sh +# Fake reaper file to avoid errors while running from source +args="$*" +cmd=${args#* -- } +$cmd \ No newline at end of file