aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/os.sh
blob: f9d5a79bd2b821d50f14c7b16ac951b633afc2c6 (plain) (blame)
1
2
3
# Store the operating system in an environment variable
OS=$(uname)
export OS