QOwnNotes commit
parent
7482d61a4d
commit
3c65b3f11a
@ -0,0 +1,20 @@
|
|||||||
|
# 2022-04 Männerurlaub
|
||||||
|
|
||||||
|
## Matthias
|
||||||
|
|
||||||
|
- Kleinen Lautsprecher für Musik (USB-C Ladekabel)
|
||||||
|
- Reiseadapter für Steckdosen
|
||||||
|
- Ladekabel für iPhone
|
||||||
|
|
||||||
|
## Spiele
|
||||||
|
* Die fiesen 7
|
||||||
|
* Skibo
|
||||||
|
* Scheinheilig
|
||||||
|
* Doppelkopf
|
||||||
|
|
||||||
|
Wer hat einen Adapter für USB auf Zigarettenanzünder?
|
||||||
|
|
||||||
|
## Ausflugsorte
|
||||||
|
Killarney Nationalpark (178km, 2:33min)
|
||||||
|
Büren Nationalpark (80km, 1:22)
|
||||||
|
Doolin (106km, 1:46h)
|
||||||
@ -1,2 +1,2 @@
|
|||||||
# Repair Nextcloud mtime
|
# Repair Nextcloud mtime
|
||||||
<code> find . -printf '%T@ %t %p\n' | sort -k 1 -n | cut -d' ' -f2- | grep ' 1970 ' | cut -d' ' -f7- | xargs -t -0 -d"\n" -i -- touch {}</code>
|
find . -printf '%T@ %t %p\n' | sort -k 1 -n | cut -d' ' -f2- | grep ' 1970 ' | cut -d' ' -f7- | xargs -t -0 -d"\n" -i -- touch {}</code>
|
||||||
Loading…
Reference in New Issue