Updated to new version.

This commit is contained in:
frnmst/Franco Masotti 2016-12-03 14:49:53 +01:00
parent 1b5383bde9
commit cb568a2926
3 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = swish
pkgdesc = SWI-Prolog for SHaring: a SWI-Prolog web IDE
pkgver = r1124.071295b
pkgrel = 3
pkgrel = 4
url = https://github.com/SWI-Prolog/swish
install = .install
arch = x86_64

View File

@ -2,7 +2,7 @@
# Contributor: Franco Masotti <franco dot masotti at student dot unife dot it>
pkgname=swish
pkgver=r1124.071295b
pkgrel=3
pkgrel=4
pkgdesc="SWI-Prolog for SHaring: a SWI-Prolog web IDE"
arch=('x86_64')
url="https://github.com/SWI-Prolog/swish"

11
run.sh
View File

@ -33,12 +33,12 @@ help()
{
cat<<-EOF
swish [OPTION]
SWI-Prolog for SHaring: a SWI-Prolog web IDE integrated with the cplint suite
SWI-Prolog for SHaring: a SWI-Prolog web IDE
Only a single option is permitted.
-h print this help
-k kill swish-cplint
-s start swish-cplint
-k kill swish
-s start swish
Exit status:
0 if OK,
@ -60,6 +60,11 @@ killd()
fi
}
init()
{
:
}
startd()
{
local pid=""