mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-29 11:31:29 +00:00
3 lines
95 B
Bash
Executable file
3 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
echo $(ls ~/ | awk '{print $1}' | head -n6 | tail -n1 | sed -e "s/\b\(.\)/\u\1/g")
|