initial commit

This commit is contained in:
2021-04-30 21:55:13 +01:00
commit e2413adfaa
6 changed files with 140 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
install:
cp gen_notes.sh /usr/local/bin
mkdir -p /opt/gen_notes
cp -r templates /opt/gen_notes
cp styles.css /opt/gen_notes
clean:
rm -rf /usr/local/bin/gen_notes.sh /opt/gen_notes