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