Sha256: 14edfdc332a47027e1e52b1949fec95305db0fd7d0ce25794aedf6d5b168188c
Contents?: true
Size: 583 Bytes
Versions: 11
Compression:
Stored size: 583 Bytes
Contents
language: bash script: # - bin/fetch-configlet # - bin/configlet lint --track TRACK_ID . - STRING="Downloading ballerina..." - BALLERINA_VERSION="ballerina-platform-0.970.0" - echo $STRING # Download Ballerina dist - wget https://product-dist.ballerina.io/downloads/0.970.0/$BALLERINA_VERSION.zip # Unzip the zip file - unzip $BALLERINA_VERSION.zip # Add Ballerina to the path variable - export PATH=$PATH:$(pwd)/$BALLERINA_VERSION/bin # Print Ballerina version - ballerina version # Change the directory - cd exercises - sh run_ballerina_tests.sh
Version data entries
11 entries across 11 versions & 1 rubygems