add conkeror execute file

This commit is contained in:
Guobao Jiang 2014-03-17 10:01:02 +08:00
parent b35fb9fe98
commit ec251c53d2
2 changed files with 20 additions and 1 deletions

3
conkeror/.gitignore vendored
View File

@ -1,10 +1,11 @@
/conkeror.xulapp
#*#
.#*
nohup.out
TAGS
xulrunner-stub
conkeror-spawn-helper
conkeror
#conkeror
plugins
/components/xpti.dat
/components/compreg.dat

18
conkeror/conkeror Executable file
View File

@ -0,0 +1,18 @@
#!/bin/bash
#####################################################
# NAME
# conkeror
# running conkeror web browser program
#
# VERSION
# v0.1 2014-03-17
#
# AUTHOR
# Aborn Jiang (aborn.jiang@foxmail.com)
#
#####################################################
XPATH="/home/aborn/sw/xulrunner"
CONPATH="/home/aborn/github/popkit/conkeror"
nohup ${XPATH}/xulrunner ${CONPATH}/application.ini &