1#!/bin/sh - 2# $OpenBSD: pagesize.sh,v 1.3 2001/08/06 23:35:21 millert Exp $ 3# Public domain. 4 5exec /sbin/sysctl -n hw.pagesize 6