diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 14:53:12 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 14:54:05 -0700 |
| commit | 6e5d551071cdf0e03cca7f8c9ca5e54244e2b150 (patch) | |
| tree | d988dbe5a4fdbb06e62f4908dd6ccfc85b32d3d9 /lib/file_hash.nom | |
| parent | 470a6fe7f987f7c5e5c1fa7b6b31956479ababed (diff) | |
Run 'use "core"' by default before running anything else, unless --no-core command line flag is used.
Diffstat (limited to 'lib/file_hash.nom')
| -rw-r--r-- | lib/file_hash.nom | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/file_hash.nom b/lib/file_hash.nom index 07fe275..41a26c2 100644 --- a/lib/file_hash.nom +++ b/lib/file_hash.nom @@ -2,8 +2,6 @@ # This file defines some actions for hashing files and looking up files by hash. -use "core" - action [file with hash %hash]: lua> ".." local Hash = require("openssl.digest") |
