5 lines
107 B
Bash
5 lines
107 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
unset http_proxy
|
||
|
WEBKIT_DISABLE_DMABUF_RENDERER=1 python blasta_client.py http://localhost:8000
|