PL

seicreator.sh to skrypt tworzący samorozpakowujące się archiwa - jako hybrydy skryptu BASH'a i skompresowanego gzip'em pliku tar.
Utworzone archiwum po wypakowaniu swojej zawatości uruchamia ewentualnie obecny wśród niej skrypt użytkownika o nazwie post-install.sh,
zatem może być ono także dostosowanym do potrzeb instalatorem aplikacji!
Użycie:
seicreator.sh <installer_name> <target_directory> <components_to_package ...>

np:
seicreator.sh instalka.tgz /usr/local/bin katalog1/ katalog2/ plik1 plik2 post-install.sh
Po wydaniu tego polecenia w katalogu bieżącym skrypt utworzy samorozpakowujące sie archiwum instalka.tgz.
Archiwum to można uruchomić i rozpakować w dowolnym miejscu w systmie plików - zawartość trafi do /usr/local/bin
i zostanie uruchomiony skrypt post-install.sh. Na koniec archiwum samo siebie usuwa.

Licencja:
Skrypt możesz użytkować nieodpłatnie jedynie w celach niekomercyjnych. Paczkę możesz dystrybuować na dowolnym medium, pod warunkiem
umieszczenia wraz z nią linku do tej strony!
Więcej na https://zurek.xyz/projects/seicreator
=======================================================================================================================================
English

seicreator.sh is a script that creates self-extracting archives - as a hybrid of a BASH script and a gzip-compressed tar file.
The created archive, after unpacking its contents, runs a possibly present user script called post-install.sh,
so it can also be a customized application installer!
Usage:
seicreator.sh <installer_name> <target_directory> <components_to_package ...>

e.g.
seicreator.sh myinstall.tgz /usr/local/bin katalog1/ katalog2/ file1 file2 post-install.sh

After issuing this command in the current directory, the script will create a self-extracting archive myinstall.tgz.
This archive can be run and unpacked anywhere in the file system - the contents will go to /usr/local/bin
and the post-install.sh script will be run. Finally, the archive deletes itself.

License:
You can use the script for free only for non-commercial purposes. You can distribute the package on any medium, provided that you include a link to this page with it!
More at https://zurek.xyz/projects/seicreator
