formating better for spm packages
This commit is contained in:
9
Src/hysh/data/bin/yes
Normal file
9
Src/hysh/data/bin/yes
Normal file
@@ -0,0 +1,9 @@
|
||||
--:Minify:--
|
||||
local args = {...}
|
||||
while true do
|
||||
if #args == 0 then
|
||||
print("y")
|
||||
else
|
||||
print(table.concat(args, " "))
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user