mirror of
https://github.com/simon987/scripts.git
synced 2025-04-04 08:23:05 +00:00
6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
XZ_OPT=-9
|
|
|
|
tar -cJf "$1".tar.xz "$1"
|