diff --git a/util/listnotes/d/d.sh b/util/listnotes/d/d.sh index 5cce8fc..e09cdbb 100644 --- a/util/listnotes/d/d.sh +++ b/util/listnotes/d/d.sh @@ -5,5 +5,7 @@ Released under the "All rights reserved" category. See the RIGHTS.txt file in /docs/github/ for its full text. info +export LESSCHARSET=utf-8 + chmod +x ~/.shellnotes/util/listnotes/d/d.py -python3 ~/.shellnotes/util/listnotes/d/d.py \ No newline at end of file +python3 ~/.shellnotes/util/listnotes/d/d.py #> ~/.shellnotes/util/listnotes/output/dout.txt diff --git a/util/listnotes/d/dmain.py b/util/listnotes/d/dmain.py index 7f0ed2c..ab71155 100644 --- a/util/listnotes/d/dmain.py +++ b/util/listnotes/d/dmain.py @@ -5,5 +5,4 @@ #Released under the "All rights reserved" category. See the RIGHTS.txt file #in /docs/github/ for its full text. -from d import d - +from d import d \ No newline at end of file