4 lines
109 B
Bash
Executable File
4 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
sh -e /etc/init.d/xvfb start
|
|
echo "echo \"127.0.0.1 test.example.com\" >> /etc/hosts" | sudo sh
|