mirror of
https://github.com/notwa/rc
synced 2024-11-05 07:19:02 -08:00
3 lines
89 B
Text
3 lines
89 B
Text
|
#!/bin/sh
|
||
|
find -maxdepth 1 -type d \( -path '/root' -prune -o -print \) | shuf | head -1
|