mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#! /bin/bash
|
|
|
|
mem="$(free -h | awk '/^Mem:/ {print $3 "/" $2}')"
|
|
echo -e "$mem RAM "
|