Merge branch 'master' of /srv/git/myshellconfig

This commit is contained in:
Jakobus Schürz 2020-12-15 13:18:57 +01:00
commit 9196a87f22

View file

@ -356,7 +356,7 @@ sshs() {
echo "FILELIST: $FILELIST"
if [ -e "${HOME}/.config/myshellconfig/sshs_addfiles.conf" ] ; then
for f in $(cat "${HOME}/.config/myshellconfig/sshs_addfiles.conf");do
[ -e "$f" ] && {\
[ -e "$f" ] && {\
echo "add $f to FILELIST"; \
FILELIST+=("$f"); }
done