#!/bin/bash # Client script for Linux Shell Eclipse Bridge (steb) # Copyright (C) 2009 Ken Gilmer if [ `dirname "$1"` = "." ]; then target=$PWD/`basename "$1"` else target=`dirname "$1"`/`basename "$1"` fi echo $target echo $target | nc localhost 4404