浏览代码

mbell now properly includes a notification summary and body

master
mort 9 年前
父节点
当前提交
894fff437d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      bin/mbell

+ 1
- 1
bin/mbell 查看文件

@@ -20,5 +20,5 @@ while true; do
break;
fi

mnotify "Bell from $name"
mnotify "$name" "Bell from $name"
done;

正在加载...
取消
保存