Hi everyone. I have written a programme in bash. :) It is working great but I would like to package and distribute the script as a programme and I have never done this before. At the moment I have to call it like this: bash /home/paul/backup_prog.sh --some_arg --some_value 123 I would like to call it like this: backup_prog --some_arg --some_value 123 and also be able to install from a repository e.g. sudo zypper in backup_prog or sudo apt install backup_prog for ubuntu So I guess what I am asking is how to make a repository to distribute to multiple distros and how to package a bash script as an executable programme. Can anyone point me in the right direction or give me and advice on what to search for? Thanks Paul -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org