Updated to new version.
This commit is contained in:
parent
1b5383bde9
commit
cb568a2926
2
.SRCINFO
2
.SRCINFO
|
@ -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
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -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
11
run.sh
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue