Help for this page

Select Code to Download


  1. or download this
    qwurx [shmem] ~> /bin/bash -c 'if [[ 1 -eq 1 ]]; then echo yup; fi'
    yup
    qwurx [shmem] ~> /bin/sh -c 'if [[ 1 -eq 1 ]]; then echo yup; fi'
    /bin/sh: 1: [[: not found