#!/bin/bash


od -N 4 -v -t dI newforms/x$1 | awk 'NR==1{print $2;}'
