From 14a892e627a375334a02381351f139d94ad7ecf3 Mon Sep 17 00:00:00 2001 From: ダカマ Date: Mon, 2 Jun 2025 13:08:46 +0200 Subject: First dump --- scriptlets/ct_self_linker.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scriptlets/ct_self_linker.sh (limited to 'scriptlets/ct_self_linker.sh') diff --git a/scriptlets/ct_self_linker.sh b/scriptlets/ct_self_linker.sh new file mode 100755 index 0000000..b0e9198 --- /dev/null +++ b/scriptlets/ct_self_linker.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +link=$(readlink -- "$0") + +if [ -n "$link" ]; then + echo "$link" +else + echo "gweh" +fi -- cgit v1.2.3