#!/bin/sh
len=$(cat "$1" | wc -c)
echo $len
cat "$1"
