5 lines
87 B
Bash
5 lines
87 B
Bash
#!/bin/bash
|
|
install_path=$(dirname $(readlink -f $0))
|
|
cd $install_path
|
|
deepin-terminal
|