7 lines
77 B
Bash
Executable File
7 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ "$1" == "--terminfo" ]; then
|
|
echo "/usr/share/terminfo"
|
|
fi
|
|
|