3 lines
61 B
Bash
Executable File
3 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
xfreerdp -u $1 --no-nla -d PSICH -g 2560x1600 $2
|