From e406d80377858f37ce683163b2b0ce45e59cfe9f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 8 Oct 2023 08:26:37 -0300 Subject: Init server infrastructure files --- src/config/profile.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/config/profile.sh (limited to 'src/config/profile.sh') diff --git a/src/config/profile.sh b/src/config/profile.sh new file mode 100644 index 0000000..1dca8b2 --- /dev/null +++ b/src/config/profile.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# shellcheck source=/dev/null +. /etc/rc +ln -fs .profile .bashrc -- cgit v1.2.3