summaryrefslogtreecommitdiff
blob: d3037ba7bd08100331b8a81572073f4394fad8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

if [ ! -e ~/.e/enotes/data ] ; then
	cd /usr/e17/share/enotes
	cp data/arial.ttf ~/.e/enotes/data -rf
	cp data/bg.jpg ~/.e/enotes/data -rf
	mkdir ~/.e/enotes/
	mkdir ~/.e/enotes/data
	cp data/samplenotes ~/.e/enotes/notes
	cp data/sampleconfig ~/.e/enotes/config
	cp data/* ~/.e/enotes/data
fi

[ -z "$@" ] \
	&& enotes_exe -N \
	|| enotes_exe $@