Skip to main content
added 63 characters in body
Source Link
Dennis
  • 211.7k
  • 41
  • 380
  • 830

Bash 4.2, 14 bytes (cracked)

Let's try this again.

let ${1,,} yes 

This doesn't work on TIO, which uses Bash 4.3. Input is via command-line arguments.

On Linux and with gcc installed, Bash 4.2.53 can be downloaded and built as follows.

curl -sSL https://ftp.gnu.org/gnu/bash/bash-4.2.53.tar.gz | tar xz cd bash-4.2.53 ./configure make -j 

Bash 4.2, 14 bytes

Let's try this again.

let ${1,,} yes 

This doesn't work on TIO, which uses Bash 4.3. Input is via command-line arguments.

On Linux and with gcc installed, Bash 4.2.53 can be downloaded and built as follows.

curl -sSL https://ftp.gnu.org/gnu/bash/bash-4.2.53.tar.gz | tar xz cd bash-4.2.53 ./configure make -j 

Bash 4.2, 14 bytes (cracked)

Let's try this again.

let ${1,,} yes 

This doesn't work on TIO, which uses Bash 4.3. Input is via command-line arguments.

On Linux and with gcc installed, Bash 4.2.53 can be downloaded and built as follows.

curl -sSL https://ftp.gnu.org/gnu/bash/bash-4.2.53.tar.gz | tar xz cd bash-4.2.53 ./configure make -j 
Source Link
Dennis
  • 211.7k
  • 41
  • 380
  • 830

Bash 4.2, 14 bytes

Let's try this again.

let ${1,,} yes 

This doesn't work on TIO, which uses Bash 4.3. Input is via command-line arguments.

On Linux and with gcc installed, Bash 4.2.53 can be downloaded and built as follows.

curl -sSL https://ftp.gnu.org/gnu/bash/bash-4.2.53.tar.gz | tar xz cd bash-4.2.53 ./configure make -j