Recent content by Se Te Paro

  1. S

    looking for coder to do small task (shell)

    Hey My name is Se Te Paro El Taxi and Im Looking for coder to do small changes to shell script i will pay yes #!/bin/bash DIR="$(cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd)" cd "$DIR" DO_LOOP="no" while getopts "p:f:l" OPTION 2> /dev/null; do case ${OPTION} in p)...
Top