3 lines
72 B
Bash
3 lines
72 B
Bash
|
#!/bin/sh
|
||
|
exec /srv/bbj/venv/bin/python3 /srv/bbj/clients/urwid/main.py
|