Skip to content

Instantly share code, notes, and snippets.

@raphink
Created September 16, 2015 13:46
Show Gist options
  • Save raphink/423c361d10577d9f15ea to your computer and use it in GitHub Desktop.
Save raphink/423c361d10577d9f15ea to your computer and use it in GitHub Desktop.
$ ./src/augtool -I lenses/ -f test.auglua
Hello, world
1.4.0
1041
--- comment
print("Hello, world")
version = aug_get("/augeas/version")
print(version)
val = aug_get("/files/etc/passwd/rpinson/uid")
print(val)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment