From 3a0868feb48fbe004942ed84bf7bea000428de82 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Mon, 15 Jul 2024 01:20:39 +0200 Subject: implement turnstile-style services --- .config/common_service.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/common_service.sh (limited to '.config/common_service.sh') diff --git a/.config/common_service.sh b/.config/common_service.sh new file mode 100644 index 0000000..50c34ee --- /dev/null +++ b/.config/common_service.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env sh +: ${TURNSTILE_ENV_DIR:="${HOME}/.config/service-env"} + +. /etc/profile + +for file in /etc/profile.d/*.sh +do + . "$file" +done + +. "$HOME/.profile" + -- cgit v1.2.3