New backup 2024-05-02 20:15:01

This commit is contained in:
Penelope Gwen 2024-05-02 20:15:01 -06:00
parent 525f8bf470
commit 44af3564e5

View file

@ -1,7 +1,9 @@
#!/bin/bash
#shopt -s checkwinsize
shopt | grep checkwinsize
sudo su pogmom -c ' \
shopt -s checkwinsize; \
shopt | grep checkwinsize; \
eval $(ssh-agent); \
for file in $(find ~/.ssh/ -type f -name "id*" -not -name "*.*") ; do \
if [ -f "$file" ] ; then \