bin/cref

13 lines
248 B
Bash
Executable File

#!/bin/sh
# program for searching the c/c++ reference
if [ -z ${BROWSER+x} ]; then
echo "set BROWSER before running this script"
exit 1
fi
string="https://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search=$1"
$BROWSER $string