#!/bin/sh # Test File server on port 9090 # Send file name "test.txt" to server and print response echo "test.txt" | nc 127.0.0.1 9090