From 102f79e0fc52b1073d33bba3ec0245f2622a2ee9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 7 May 2024 20:04:37 +0300 Subject: [PATCH] add forgotten symlink --- bash/.gitignore | 1 + bash/traditional-resolv.conf-generate.bash | 1 + 2 files changed, 2 insertions(+) create mode 120000 bash/traditional-resolv.conf-generate.bash diff --git a/bash/.gitignore b/bash/.gitignore index 3ffdc7f..c5f34a4 100644 --- a/bash/.gitignore +++ b/bash/.gitignore @@ -19,3 +19,4 @@ update-font-cache.bash resolv.conf-generate.bash systemd-resolv.conf-generate.bash systemd-resolv.conf-restore.bash +traditional-resolv.conf-generate.bash diff --git a/bash/traditional-resolv.conf-generate.bash b/bash/traditional-resolv.conf-generate.bash new file mode 120000 index 0000000..fa0b75d --- /dev/null +++ b/bash/traditional-resolv.conf-generate.bash @@ -0,0 +1 @@ +../submodules/shell-things/etc/traditional-resolv.conf-generate.bash \ No newline at end of file