minor stuff

This commit is contained in:
eneller
2023-09-19 18:02:19 +02:00
parent 3d8be002e3
commit 334947e610
2 changed files with 6 additions and 6 deletions

5
logseq-folders.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
eza --only-dirs | while read -r line; do
mv $line* "$line/"
done