wiki:jazz/18-03-30

2018-03-30

Liquibase vs Flyway

Mac OS

  • cron job 寫法還是跟 linux 一樣
    ~$ crontab -l
    0 14 * * * osascript -e 'display notification "checking traffic routes" with title "Check Google Maps"'
    0 18 * * * osascript -e 'display notification "checking traffic routes" with title "Check Google Maps"'
    
  • Mac OS 的 notify-send 指令有點不一樣,要靠 osascript 執行 AppleScript
    OSASCRIPT(1)              BSD General Commands Manual             OSASCRIPT(1)
    
    NAME
         osascript -- execute OSA scripts (AppleScript, JavaScript, etc.)
    
    SYNOPSIS
         osascript [-l language] [-i] [-s flags] [-e statement | programfile] [argument ...]
    
Last modified 6 years ago Last modified on Mar 30, 2018, 2:05:28 PM