mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-06-07 12:54:39 +00:00
6 lines
109 B
Bash
6 lines
109 B
Bash
#!/bin/sh
|
|
|
|
# Set password
|
|
echo 'root:${PASSWORD}' | chpasswd
|
|
|
|
./butterfly.server.py --unsecure --host=0.0.0.0 |