Get it from the App Store.
In XCode's Preferences > Downloads you can install command line tools.
| tell application "Finder" | |
| display dialog "hello world!" | |
| end tell |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Deduplicate Spotify tracks based on track artist and title</title> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | |
| <style> | |
| body { | |
| padding: 40px; | |
| } | |
| #input { |