4 lines
80 B
Bash
4 lines
80 B
Bash
|
|
#!/bin/bash
|
||
|
|
install_path=$(dirname $(readlink -f $0))
|
||
|
|
$install_path/sys_startup
|