#!/bin/bash
DIR=$1
[ -z "$DIR" ] && DIR=normal
xrandr --output LVDS1 --rotate $DIR

