I hereby claim:
- I am ar on github.
- I am aprc (https://keybase.io/aprc) on keybase.
- I have a public key ASC55VZP5deUr53yTueYy5OZ-1qK2ltK1vV_o6DWLmknZgo
To claim this, I am signing this object:
Read:help | |
<null line>................See next message. | |
[number]...................See message [number]. | |
[number] to [number].......See messages in that range. | |
ALl........................See all new messages (note: quit | |
will not work, use with care). | |
BAckward [#] to [#]........Read in reverse direction. | |
BYE........................Log off (works immediately). | |
COMment....................Make a comment on the message |
package org.jpos.qjpos; | |
import io.quarkus.runtime.QuarkusApplication; | |
import io.quarkus.runtime.annotations.QuarkusMain; | |
import org.jpos.q2.Q2; | |
@QuarkusMain | |
public class QStart implements QuarkusApplication { | |
@Override | |
public int run(String... args) throws Exception { |
package org.jpos.qjpos; | |
import io.quarkus.runtime.QuarkusApplication; | |
import io.quarkus.runtime.annotations.QuarkusMain; | |
import org.jpos.q2.Q2; | |
@QuarkusMain | |
public class QStart implements QuarkusApplication { | |
@Override | |
public int run(String... args) throws Exception { |
///usr/bin/env jbang "$0" "$@" ; exit $? | |
//DEPS org.jpos:jpos:2.1.8-SNAPSHOT | |
//REPOS mavenCentral,jpos=https://jpos.org/maven | |
import org.jpos.iso.ISOMsg; | |
import org.jpos.iso.ISOUtil; | |
import org.jpos.iso.packager.GenericPackager; | |
import org.jpos.util.Logger; | |
import org.jpos.util.SimpleLogListener; |
#!/bin/bash | |
exec build/install/${PWD##*/}/bin/q2 "$@" |
#!/bin/bash | |
if [[ $EUID -ne 0 ]]; then | |
echo "This install script must be run as root" 1>&2 | |
exit 1 | |
fi | |
id -u jpos &>/dev/null || useradd --no-create-home -s /bin/false jpos | |
umask 027 && mkdir -p /opt/jpos | |
chown -R jpos.jpos /opt/jpos |
/* | |
* jPOS Project [http://jpos.org] | |
* Copyright (C) 2000-2022 jPOS Software SRL | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU Affero General Public License as | |
* published by the Free Software Foundation, either version 3 of the | |
* License, or (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, |
///usr/bin/env jbang "$0" "$@" ; exit $? | |
//DEPS org.jpos:jpos:3.0.0-SNAPSHOT | |
//REPOS mavenCentral,jpos=https://jpos.org/maven | |
//JAVA 17+ | |
class Q2 { | |
public static void main(String... args) throws Exception { | |
org.jpos.q2.Q2.main(args); | |
} | |
} |
///usr/bin/env jbang "$0" "$@" ; exit $? | |
//DEPS org.jpos:jpos:2.1.5 | |
// | |
import org.jpos.iso.*; | |
import org.jpos.space.*; | |
import org.jpos.iso.packager.*; | |
class isomsg { | |
public static void main(String... args) throws Exception { |
I hereby claim:
To claim this, I am signing this object: