minor stuff
This commit is contained in:
5
logseq-folders.sh
Executable file
5
logseq-folders.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
eza --only-dirs | while read -r line; do
|
||||
mv $line* "$line/"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user