main file for running "listnotes -d"
This commit is contained in:
parent
f1146474af
commit
d898fc5081
1 changed files with 9 additions and 0 deletions
9
util/listnotes/dmain.py
Normal file
9
util/listnotes/dmain.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
#shellnotes - dmain.py
|
||||
#(C) Dimitris Marakomihelakis
|
||||
#Released under the "All rights reserved" category. See the RIGHTS.txt file
|
||||
#in /docs/github/ for its full text.
|
||||
|
||||
from d import d
|
||||
|
Loading…
Reference in a new issue