mirror of
https://github.com/ventoy/OpenWrtPlugin
synced 2024-11-11 12:39:33 +00:00
8 lines
120 B
Bash
8 lines
120 B
Bash
#!/bin/bash
|
|
|
|
rm -f ventoy_openwrt.xz
|
|
|
|
tar -cJf ventoy_openwrt.xz ventoy_openwrt/
|
|
|
|
echo '======== SUCCESS ============='
|