2011-03-18 23:37:40 +00:00

7 lines
77 B
Bash
Executable File

#!/bin/sh
if [ "$1" == "--terminfo" ]; then
echo "/usr/share/terminfo"
fi