mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 23:09:52 +00:00
add readme
This commit is contained in:
parent
2e1700152c
commit
f1ac9fb028
2
Makefile
2
Makefile
@ -4,5 +4,5 @@ install:
|
||||
cp -r templates /opt/notes2web
|
||||
cp styles.css /opt/notes2web
|
||||
|
||||
clean:
|
||||
uninstall:
|
||||
rm -rf /usr/local/bin/notes2web/opt/notes2web
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
[[ -z "$1" ]] && echo "USAGE: $0 NOTES_DIRECTORY" && exit 0
|
||||
[[ -z "$1" ]] && echo "USAGE: $0 NOTES_DIRECTORY_1 [NOTES_DIRECTORY_2 [...]]" && exit 0
|
||||
|
||||
function _render {
|
||||
echo "rendering $1"
|
||||
|
Loading…
Reference in New Issue
Block a user