6 lines
48 B
Plaintext
6 lines
48 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Run ncmpcpp.
|
||
|
|
||
|
$TERMINAL -e ncmpcpp
|