eepykate / fet.sh

🐢 a fetch written in posix shell without any external commands (sponsored by https://git.io/kiwmi)
https://github.com/buffet/kiwmi
ISC License
366 stars 22 forks source link

change where hostname is read. #12

Closed tempora closed 4 years ago

tempora commented 4 years ago

Wouldn't it make more sense to read hostname from /proc/sys/kernel/hostname, since all distroes dont get their hostname from /etc/hostname

eepykate commented 4 years ago

Thank you.