mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-16 15:26:29 +00:00
4 lines
110 B
Fish
4 lines
110 B
Fish
function notify-success --description "Notify a success message"
|
|
terminal-notifier -message "Success"
|
|
end
|