luadocs/content/lua.scripts.manual/scripts/examples/running_os.md

34 lines
418 B
Markdown
Raw Normal View History

---
title: running_os
id: running_os
weight: 110
draft: false
author: "people"
---
## Name
running_os.lua - prints the operating system
## Description
prints the operating system
## Usage
* require this script from your main lua file
To do this add this line to the file .config/darktable/luarc:
require "running_os"
## Additional Software Required
## Limitations
## Author
Tobias Jakobs
## Change Log