mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
|
||
|
system %{osascript -e 'display notification "#{ARGV.join(' ')}"'}
|