5 lines
59 B
Bash
5 lines
59 B
Bash
#!/bin/sh
|
|
|
|
nohup ./houston -client -logfile > /dev/null &
|
|
|
#!/bin/sh
|
|
|
|
nohup ./houston -client -logfile > /dev/null &
|
|
|