mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 23:29:28 +00:00
9 lines
82 B
Bash
Executable File
9 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./package-cli
|
|
./package-image
|
|
./package-tar
|