From c67d4836f4d6d5e6c8ef4e2de38bd21ccb6ee1a1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 23 Nov 2022 23:35:59 -0700 Subject: tidy and simplify shell init Rely on SPWCRONTAB property to set PATH for cronjobs, and otherwise rely on .profile, .xsessionrc etc. to set PATH, once, at login. Just archive scripts I haven't used lately which might otherwise need more significant adjustments, or appear to be broken in other ways. --- bin/get-sdf-mail | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/get-sdf-mail') diff --git a/bin/get-sdf-mail b/bin/get-sdf-mail index 1bc9ab4d..473eea2e 100755 --- a/bin/get-sdf-mail +++ b/bin/get-sdf-mail @@ -2,8 +2,6 @@ set -e -. $HOME/.shenv - uuid=$(date +%s) ssh spw@tty.sdf.org mv /var/mail/spw /sdf/arpa/ns/s/spw/tmp/mbox.$uuid -- cgit v1.2.3