summaryrefslogtreecommitdiff
path: root/initialize.sh
blob: e167ee761ff5f33e921d4c3214ac3e3bf1e432e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

sqlite3 $HOME/.mfs.db < dbschema.sql

cat > $HOME/.mfsrc <<EOF
# This is the musicfs configuration file. Lines starting with "#"s are
# comments.
#
# So far, only musicpaths can be configured. Add one path on its own
# line for every music path you want musicfs to scan. Do not add
# anything on the line exept for the musicpath.
#
# Example:
# /home/orbekk/Music
EOF

echo "./musicfs -d # to start musicfs"