9 lines
85 B
Bash
9 lines
85 B
Bash
#!/usr/bin/env sh
|
|
|
|
set_sh_font()
|
|
{
|
|
echo "NOT IMPLEMENTED"
|
|
}
|
|
export -f set_sh_font
|
|
|