New backup 2024-05-02 20:45:01
This commit is contained in:
parent
06f3e588c2
commit
d16179440d
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source ~/.bashrc
|
#source ~/.bashrc
|
||||||
#shopt -s checkwinsize
|
#shopt -s checkwinsize
|
||||||
#shopt | grep checkwinsize
|
#shopt | grep checkwinsize
|
||||||
clear
|
#clear
|
||||||
sudo su pogmom -c ' \
|
sudo su pogmom -c ' \
|
||||||
#shopt -s checkwinsize; \
|
#shopt -s checkwinsize; \
|
||||||
#shopt | grep checkwinsize; \
|
#shopt | grep checkwinsize; \
|
||||||
source ~/.bashrc; \
|
. ~/.bashrc; \
|
||||||
eval $(ssh-agent); \
|
eval $(ssh-agent); \
|
||||||
for file in $(find ~/.ssh/ -type f -name "id*" -not -name "*.*") ; do \
|
for file in $(find ~/.ssh/ -type f -name "id*" -not -name "*.*") ; do \
|
||||||
if [ -f "$file" ] ; then \
|
if [ -f "$file" ] ; then \
|
||||||
|
|
Loading…
Add table
Reference in a new issue