2018_07_15_set_win_protocol_to_ssh.sh 163 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 #!/bin/bash # python ../apps/manage.py shell << EOF from assets.models import Asset Asset.objects.filter(platform__startswith='Win').update(protocol='rdp') EOF