mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-02-15 04:41:50 +00:00
5 lines
142 B
Bash
5 lines
142 B
Bash
|
#!/bin/sh
|
||
|
# Script to run virtscreen locally
|
||
|
# This is not intended to be included in the distributed package
|
||
|
python virtscreen/virtscreen.py
|