Lua

Slim Uname Implementation

I have made a lua version, it is much slimmer.

#/!bin/lua

if os.execute("uname -r "):match("ARCH") then
    print("Arch is the best!")
else
    print("Get a proper Distribution - Arch Linux is the best!")
end

~ Issh, 2008-05-14 14:11:21