luagrou/env_variable/main.lua

4 lines
101 B
Lua

print("Hello world!")
print("Try to extract obsidian path")
print(os.getenv("OBSIDIAN_NOTES_PATH"))