在我的一台Linux机器上,我创建了以下ofsndplay脚本来解决有线依赖关系:
$ cat /usr/bin/ofsndplay#!/bin/sh## Coping with stupid dependency on ofsndplay in octaveplay -t au -
此特定脚本使用SoX
play实用程序。
诚然,注释对于该功能不是必需的,但它确实使我感觉更好。

在我的一台Linux机器上,我创建了以下ofsndplay脚本来解决有线依赖关系:
$ cat /usr/bin/ofsndplay#!/bin/sh## Coping with stupid dependency on ofsndplay in octaveplay -t au -
此特定脚本使用SoX
play实用程序。
诚然,注释对于该功能不是必需的,但它确实使我感觉更好。