6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
rm -f Pixie16Msg.log
|
||
|
|
||
|
./example $1 --config=example_config.json
|