Merge branch 'master' of /srv/git/myshellconfig
This commit is contained in:
commit
f8ad3d39ba
1 changed files with 2 additions and 1 deletions
|
@ -355,6 +355,7 @@ sshs() {
|
|||
|
||||
if [ -e "${HOME}/.config/myshellconfig/sshs_addfiles.conf" ] ; then
|
||||
cat "${HOME}/.config/myshellconfig/sshs_addfiles.conf"|while read i;do
|
||||
echo "add $i to FILELIST"
|
||||
FILELIST+=("$i")
|
||||
done
|
||||
fi
|
||||
|
@ -386,7 +387,7 @@ EOF
|
|||
|
||||
for f in ${FILELIST[*]}; do
|
||||
if [ -e $f ]; then
|
||||
#echo add $f to tmpconfig
|
||||
echo add $f to tmpconfig
|
||||
cat "$f" >> "${TMPBASHCONFIG}";
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue