1
0
Files
irix-657m-src/irix/cmd/stress/mfg/scripts/memSize
2022-09-29 17:59:04 +03:00

11 lines
192 B
Plaintext
Executable File

#
#! /bin/csj
#
# Script: memSize
# Purpose: Return main store size.
# Parameters: none
# Returns: Memory size in megabytes bytes
#
echo `hinv | grep "Main memory size:" | awk '{print $4}'`