Commit 061470ae authored by Pierce Freeman's avatar Pierce Freeman
Browse files

echo OS version

parent 2dadfdbb
#!/bin/bash #!/bin/bash
echo $OS_VERSION
# Strip the periods from the version number # Strip the periods from the version number
OS_VERSION=$(echo $OS_VERSION | tr -d .) OS_VERSION=$(echo $OS_VERSION | tr -d .)
OS=ubuntu${OS_VERSION} OS=ubuntu${OS_VERSION}
......
#!/bin/bash #!/bin/bash
echo $OS_VERSION
# Strip the periods from the version number # Strip the periods from the version number
OS_VERSION=$(echo $OS_VERSION | tr -d .) OS_VERSION=$(echo $OS_VERSION | tr -d .)
OS=ubuntu${OS_VERSION} OS=ubuntu${OS_VERSION}
......
#!/bin/bash #!/bin/bash
echo $OS_VERSION
# Strip the periods from the version number # Strip the periods from the version number
OS_VERSION=$(echo $OS_VERSION | tr -d .) OS_VERSION=$(echo $OS_VERSION | tr -d .)
OS=ubuntu${OS_VERSION} OS=ubuntu${OS_VERSION}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment