tp-note 1.13.8

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

cargo update

### Better do these manually
# cargo upgrade

rm -r ../target
rm -r ../doc/build