3 lines
41 B
Bash
3 lines
41 B
Bash
|
#!/bin/bash
|
||
|
echo man $1 | octave --quiet
|