mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 07:16:42 +01:00
14 lines
198 B
Bash
Executable file
14 lines
198 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "username: admin"
|
|
echo "pass: warvox"
|
|
echo "Login to http://127.0.0.1:7777/"
|
|
|
|
launchff() {
|
|
sleep 10
|
|
xdg-open http://127.0.0.1:7777/
|
|
}
|
|
|
|
#launchff &
|
|
cd /opt/warvox/bin
|
|
./warvox.rb
|