diff options
| author | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2008-08-15 21:54:18 +0200 |
|---|---|---|
| committer | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2008-08-15 21:54:18 +0200 |
| commit | d554386b01ba7edbb4fc8547d6f0bc6dcaec15c3 (patch) | |
| tree | 2546b1850d80dcf9191552fa7aad0e0201feba3b /initialize.sh | |
| parent | c054405a1e256e9cf41ed2121e7dabeca518b592 (diff) | |
| parent | aaccd1929a253e6e687f50a810877bb9eb4ea8df (diff) | |
Merge branch 'config'
Diffstat (limited to 'initialize.sh')
| -rw-r--r-- | initialize.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/initialize.sh b/initialize.sh new file mode 100644 index 0000000..e167ee7 --- /dev/null +++ b/initialize.sh @@ -0,0 +1,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" |
