#!/bin/sh set -x q=$@ url="http://httpbin.org/get?$q" curl $url cmd="cd /tmp && ls && echo $p && curl -sL '$url'" ssh chen@localhost "$cmd"