mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-16 10:06:30 +00:00
4 lines
107 B
Fish
4 lines
107 B
Fish
function notify-fail --description "Notify a failure message"
|
|
terminal-notifier -message "Failure"
|
|
end
|