1
0
mirror of https://github.com/ventoy/OpenWrtPlugin synced 2024-11-11 12:39:33 +00:00
OpenWrtPlugin/pack.sh
2021-04-21 16:32:42 +08:00

8 lines
120 B
Bash

#!/bin/bash
rm -f ventoy_openwrt.xz
tar -cJf ventoy_openwrt.xz ventoy_openwrt/
echo '======== SUCCESS ============='