2021-02-18 08:13:24 +01:00
|
|
|
:<<'info'
|
|
|
|
shellnotes - d.sh
|
|
|
|
(C) Dimitris Marakomihelakis
|
|
|
|
Released under the "All rights reserved" category. See the RIGHTS.txt file
|
|
|
|
in /docs/github/ for its full text.
|
|
|
|
info
|
|
|
|
|
2021-04-26 07:23:00 +02:00
|
|
|
export LESSCHARSET=utf-8
|
|
|
|
|
2021-04-22 11:41:49 +02:00
|
|
|
chmod +x ~/.shellnotes/util/listnotes/d/d.py
|
2021-07-03 09:38:49 +02:00
|
|
|
python3 ~/.shellnotes/util/listnotes/d/d.py | less #> ~/.shellnotes/util/listnotes/output/dout.txt
|