5 lines
69 B
Bash
5 lines
69 B
Bash
#!/bin/sh
|
|
|
|
nohup /home/opdev/houston -client -logfile > /dev/null &
|
|
|
#!/bin/sh
|
|
|
|
nohup /home/opdev/houston -client -logfile > /dev/null &
|
|
|