# Input: stdin
# arg1 file path
# Output: stdout
- # Version: 0.1.0
+ # Version: 0.1.1 (BK-2020-03)
# Depends: GNU sed 4.8
# Check input
-e "s/(ain|Ain|AIN)'(t|T)/\1ʼ\2/g" \
"$input"
}; # replace ' with ʼ in contractions
+
+# Author: Steven Baltakatei Sandoval
+# License: GPLv3+