Skip to content

ClicketyClickDK/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

sandbox

Various test and public examples

console
B017122@C1730113 /cygdrive/c/Bytemarc/.releases/04.11
$ ls js/jquery/3.4.1/jquery.min.js
js/jquery/3.4.1/jquery.min.js

B017122@C1730113 /cygdrive/c/Bytemarc/.releases/04.11
$
[
  "json": true,
  "json2": true
]
#!/usr/bin/sh
#bash
check_return()
{
  RETURNCODE=$1
  #PASSWORD=$2
  #shift; shift;
  ## Having shifted twice, the rest is now comments ...
  #COMMENTS=$@
    if [ 0 -eq $RETURNCODE ]
    then 
        echo OK
    else
        echo ERROR $RETURNCODE
        sleep 3
    fi
}
compile()
{
    CMD=$1
    MSG=$2
    printf  '. %-60s' "$MSG"
    php $CMD >/dev/null
    check_return $?
} 
#!/usr/bin/sh
check_return()
{
  RETURNCODE=$1
  #PASSWORD=$2
  #shift; shift;
  ## Having shifted twice, the rest is now comments ...
  #COMMENTS=$@
    if [ 0 -eq $RETURNCODE ]
    then 
        echo OK
    else
        echo ERROR $RETURNCODE
        sleep 3
    fi
}
compile()
{
    CMD=$1
    MSG=$2
    printf  '. %-60s' "$MSG"
    php $CMD >/dev/null
    check_return $?
} 

About

Various test and public examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published