mirror of
https://github.com/epitaxy/charms.git
synced 2025-12-07 00:15:55 +09:00
3 lines
49 B
Bash
3 lines
49 B
Bash
|
|
#!/bin/bash
|
||
|
|
find . -depth -type d -empty -delete
|