Changes
/* How to upload new music the easy way? */
== How to upload new music the easy way? ==
* Copy the following code to a script file upload_foo.sh
<pre>
#!/bin/bash -e
ssh -t -p 1337 foo.fixme.ch "mpc update"
</pre>
* Usage:
chmod +x upload_foo.sh
./upload_foo.sh MyDir
== Participant ==