mirror of
https://github.com/TangentFoxy/.lua-files.git
synced 2024-11-20 21:34:23 +00:00
reorganization!
This commit is contained in:
parent
e14313cff0
commit
b3d10e9b6f
15
utility-quickref-test.lua
Normal file
15
utility-quickref-test.lua
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
local success, utility = pcall(function()
|
||||||
|
return dofile((arg[0]:match("@?(.*/)") or arg[0]:match("@?(.*\\)")) .. "utility-functions.lua")
|
||||||
|
end)
|
||||||
|
if not success then
|
||||||
|
print("\n\n" .. tostring(utility))
|
||||||
|
error("\n\nThis script may be installed improperly. Follow instructions at:\n\thttps://github.com/TangentFoxy/.lua-files#installation\n")
|
||||||
|
end
|
||||||
|
|
||||||
|
print(utility.path)
|
||||||
|
print(utility.OS)
|
||||||
|
print(utility.uuid())
|
||||||
|
|
||||||
|
print("\n")
|
||||||
|
|
||||||
|
utility.ls(".")(print)
|
Loading…
Reference in New Issue
Block a user