34 lines
418 B
Markdown
34 lines
418 B
Markdown
![]() |
---
|
||
|
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
|