Skip to content

Instantly share code, notes, and snippets.

@usagi
Created September 13, 2016 02:07
Show Gist options
  • Select an option

  • Save usagi/76d010a738299e3d315d84dd66c00b7a to your computer and use it in GitHub Desktop.

Select an option

Save usagi/76d010a738299e3d315d84dd66c00b7a to your computer and use it in GitHub Desktop.
ninja コマンドなどのビルド完了時に"ベル"を鳴らすなど任意の通知を受けとるらいふはっく ref: http://qiita.com/usagi/items/682cba4951878967bb9c
function ninja()
{
env ninja $@
R=$?
echo -e '\a'
return R
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment