Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theprez/pasecar-ibmi
Utilities to help ILE programs call PASE
https://github.com/theprez/pasecar-ibmi
Last synced: 12 days ago
JSON representation
Utilities to help ILE programs call PASE
- Host: GitHub
- URL: https://github.com/theprez/pasecar-ibmi
- Owner: ThePrez
- License: lgpl-2.1
- Created: 2023-01-11T18:53:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T16:48:05.000Z (11 months ago)
- Last Synced: 2024-05-01T16:58:51.703Z (9 months ago)
- Language: C
- Size: 40 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PaseCar for IBM i
Utilities to help ILE programs call PASE## Helper programs
Two helper programs, **BASH** and **BASHJL**, that take a single argument and call a program with bash. If bash isn't available, the default PASE shell will be used.
```clle
CALL PGM(PASECAR/BASHJL) PARM('echo hello world')
```
## API setSorry my documentation is crap. See [the header source code](bash/pasecar.h) for some comments