aboutsummaryrefslogtreecommitdiff
path: root/challenge-028/stuart-little/lua/ch-1.lua
blob: 1bded6c1e57301b2d100ce120134bd7fb95c6bd7 (plain)
1
2
3
4
5
#!/usr/bin/env lua

-- run <script> <path>

print(io.popen("file -L "..arg[1]):read("a"):match("text") and "text file" or "not a text file")