Guest User

Untitled

a guest
May 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/sh
  2. remote=$1
  3. dns-sd -P "Home iTunes" _daap._tcp local 3689 localhost 127.0.0.1 "Arbitrary text record" &
  4. PID=$!
  5. ssh -C -N -L 3689:localhost:3689 $remote
  6. kill $PID
Add Comment
Please, Sign In to add comment