#!/bin/sh

# Convert strange apostrophe characters from Google docs to the right thing for .tex.

cat $* | tr -cd '\012\015\040-\177'
