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

This commit is contained in:
Penelope Gwen 2024-05-02 20:45:01 -06:00
parent 06f3e588c2
commit d16179440d

View file

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