tp-note 1.16.1

Minimalistic note taking: save and edit your clipboard content as a note file
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Change to this script directory
cd "${0%/*}"
rm -r ./build

./make--index
./make--tpnote--manpage
./make--tpnote--manual
./make--rustdoc-link