From 686fff945e0b4697aa74da404ce90534bb7b121d Mon Sep 17 00:00:00 2001
From: Jonas Kohl
Date: Thu, 26 Dec 2024 20:12:34 +0100
Subject: Add async email and topic subscribing

---
 with-env | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 with-env

(limited to 'with-env')

diff --git a/with-env b/with-env
new file mode 100644
index 0000000..aabba50
--- /dev/null
+++ b/with-env
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+set -e
+. <(xargs -0 bash -c 'printf "export %q\n" "$@"' -- < /proc/1/environ)
+$@
-- 
cgit v1.2.3