5 lines
60 B
Bash
5 lines
60 B
Bash
#!/bin/bash
|
|
# axis reload after
|
|
axis-remote --reload
|
|
exit 0
|
#!/bin/bash
|
|
# axis reload after
|
|
axis-remote --reload
|
|
exit 0
|