命令行 – Ubuntu终端中的声音通知

前端之家收集整理的这篇文章主要介绍了命令行 – Ubuntu终端中的声音通知前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
参见英文答案 > In a bash script/command how can I make a PC beep noise,or play a sound file?6个
当运行bundle install(对于Ruby应用程序)等命令时,我希望在命令完成时听到一个小的声音(或弹出)通知.我怎样才能做到这一点?
安装工具’哔’.
$sudo apt-get install beep

现在你将“哔”添加到你运行的任何命令中.

$bundle install; beep
原文链接:https://www.f2er.com/ubuntu/347367.html

猜你在找的Ubuntu相关文章