4 hors 20 mintes

This commit is contained in:
kento2 2025-11-23 17:02:13 +01:00
parent 1c0b97651a
commit 16cb26991f

View file

@ -14,7 +14,7 @@ get_mem() {
echo "$USER@$(hostname)"
echo 'os: Void Linux x86_64-musl'
echo "uptime:$(uptime -p | tr -d 'up')"
echo "uptime:$(uptime -p | tr -d 'up')" # 4 hors 20 mintes
echo "ip: $(ip a | grep '192.168.178' | cut -d\ -f6 | cut -d/ -f1)"
echo "pkgs: $(xbps-query -lm | wc -l)"
echo "mem: $(get_mem)M"