view audio/bash_arg.m @ 44:3cedfd4549ef

Code added since initial check in.
author samer
date Tue, 13 Jan 2015 14:03:17 +0000
parents
children fb17caaf9153
line wrap: on
line source
function arg=bash_arg(locator)
	arg=bash_esc(locator);
	if strncmp(escaped,'http://',7)
		arg = ['<(curl -L ',arg,')']
	end
end