mirror of
https://github.com/smogon/sprites.git
synced 2026-08-20 08:45:06 -05:00
tup-ext: move makecmd here
This commit is contained in:
@@ -24,6 +24,4 @@ function compresspng(filename, opts)
|
||||
return cmds
|
||||
end
|
||||
|
||||
function makecmd(cmds)
|
||||
return table.concat(flatten(cmds), " && ")
|
||||
end
|
||||
|
||||
|
||||
@@ -33,3 +33,7 @@ function symlink(input, output)
|
||||
output
|
||||
)
|
||||
end
|
||||
|
||||
function makecmd(cmds)
|
||||
return table.concat(flatten(cmds), " && ")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user