view audio/bash_arg.m @ 50:fb17caaf9153

Various fixes.
author samer
date Wed, 21 Jan 2015 13:12:37 +0000
parents 3cedfd4549ef
children
line wrap: on
line source
function arg=bash_arg(locator)
	arg=bash_esc(locator);
	if strncmp(arg,'http://',7)
		arg = ['<(curl -L ',arg,')']
	end
end