Created
April 30, 2018 06:44
-
-
Save satouriko/da8a7fea9709709ffeb1ed696a4384e5 to your computer and use it in GitHub Desktop.
.config/autostart-scripts/guake_sslocal.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
######################################################################### | |
# File Name: guake_sslocal.sh | |
# Author: LI JIAHAO | |
# ############### | |
# Mail: [email protected] | |
# Created Time: Mon 30 Apr 2018 01:59:05 PM CST | |
######################################################################### | |
sleep 2 | |
guake -r "sslocal" -e "sslocal -c /home/lijiahao/ss-cfg/default.json" -s 0 -n " " & | |
sleep 2 | |
guake -s 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment