4 lines
48 B
Bash
Executable File
4 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
|
|
xrandr --output HDMI-1 --rotate "$1"
|