samer@44: function arg=bash_arg(locator) samer@44: arg=bash_esc(locator); samer@50: if strncmp(arg,'http://',7) samer@44: arg = ['<(curl -L ',arg,')'] samer@44: end samer@44: end samer@44: