diff options
| author | EuAndreh <eu@euandre.org> | 2024-08-16 21:17:51 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-08-16 21:17:51 -0300 |
| commit | 3bd8330d10b945511f38535d9977a80f24854222 (patch) | |
| tree | 7d99f3f4e325761b2a2bf1076f72a25e54ff7c2a /src/profile.sh | |
| parent | deps.mk: Add src/cronjob entry (diff) | |
| download | syskeep-3bd8330d10b945511f38535d9977a80f24854222.tar.gz syskeep-3bd8330d10b945511f38535d9977a80f24854222.tar.xz | |
Add config files and install them under $(SYSCONFDIR)
Diffstat (limited to '')
| -rw-r--r-- | src/profile.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/profile.sh b/src/profile.sh new file mode 100644 index 0000000..1dca8b2 --- /dev/null +++ b/src/profile.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# shellcheck source=/dev/null +. /etc/rc +ln -fs .profile .bashrc |
