natural-merge-sort/dump.sh

9 lines
91 B
Bash
Raw Normal View History

#!/bin/bash
echo "T1:"
od fs/t1 -t x1
echo "T2:"
od fs/t2 -t x1
echo "T3:"
od fs/t3 -t x1