4 lines
155 B
Bash
Executable file
4 lines
155 B
Bash
Executable file
#!/bin/bash
|
|
|
|
osascript -e 'tell application "iTunes" to get name of current track'
|
|
osascript -e 'tell application "iTunes" to get artist of current track'
|