fc32eda1b7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26233 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|
|
|