4 lines
142 B
Bash
Executable File
4 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
USER=$(zenity --entry --text="Please enter your user name for winterm")
|
|
xfreerdp -u $USER --no-nla -d PSICH -g 2000x1500 winterm3
|