https://medium.com/@Drew_Stokes/bash-argument-parsing-54f3b81a6a8f
script:
#!/bin/bashPARAMS=""while (( "$#" )); do case "$1" in -f|--flag-with-argument) FARG=$2 shift 2 Continue reading
https://medium.com/@Drew_Stokes/bash-argument-parsing-54f3b81a6a8f
#!/bin/bashPARAMS=""while (( "$#" )); do case "$1" in -f|--flag-with-argument) FARG=$2 shift 2 Continue reading
https://sourceforge.net/projects/bashdb/?source=typ_redirect
https://sourceforge.net/p/bashdb/code/ci/bash-4.2/tree/INSTALL
build rpm:
Ifmake config
works for your program or you have a shell script which copies your two files to the appropriate place you can use checkinstall. Just go to the directory where your makefile is in and call it with the parameter-R
(for RPM) and optionally with the installation script.