julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.38k stars 330 forks source link

Shell wrapper #211

Closed marcastel closed 7 years ago

marcastel commented 7 years ago

Here is a small Korn shell wrapper (which should be more ressource friendly than loading Ruby or other fat scripting environments).

https://gist.github.com/marcastel/16d029b70383de0eae37b0407d893d58

This wrapper relies on Korn shell features and syntax, so don't expect it to work with regular Bourne or Bourne again shells, or other shells such as csh or zsh.

julienXX commented 7 years ago

Thanks!