Cleanup
This commit is contained in:
parent
d8126dc9e6
commit
3f00303e97
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
#!/usr/bin/env moon
|
|
||||||
|
|
||||||
archive_name = "#{string.gsub arg[1], "(.*/)(.*)", "%2"}.tar.zstd"
|
|
||||||
os.execute "tar --zstd -cvf '#{archive_name}' '#{table.concat arg, "' '"}'"
|
|
||||||
print "Archive created at: #{archive_name}"
|
|
Reference in a new issue