9 lines
57 B
Bash
9 lines
57 B
Bash
|
#!/bin/bash
|
||
|
#
|
||
|
# Stop AIS
|
||
|
# date 20200526
|
||
|
#
|
||
|
|
||
|
killall ais
|
||
|
|