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