4 lines
37 B
Bash
4 lines
37 B
Bash
|
|
#!/bin/sh
|
|
./server > /dev/null 2>&1
|
|
|
#!/bin/sh
|
|
./server > /dev/null 2>&1
|