5 lines
81 B
Bash
5 lines
81 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir /tmp/panosteal/ -p
|
||
|
/usr/bin/env python3 -m server.hallmonitor
|