8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo $PWD
|
|
cd ~
|
|
echo $PWD
|
|
ls -lsa
|
|
exec /usr/bin/mopidy --config /etc/mopidy.conf:/mopidy.conf
|