Skip to content

OS Specific standard library for the jinko programmig language

Notifications You must be signed in to change notification settings

jinko-core/oslib-jk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oslib-jk

OS specific library for the jinko programming language.

WARNING

This library is currently only available on linux!

Usage

Add the following line to your script in order to use this library:

incl oslib

Adding an OS

In order to add a new OS to the list of supported OSes, the OS-specific library should define the following functions:

Name Description
shell_execute_string Execute a command string using the OS's shell environment and return an integer exit code

OS specific libraries are directories located in the root directory and named <os>_jk/

About

OS Specific standard library for the jinko programmig language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published