Skip to content
Snippets Groups Projects
Select Git revision
  • 7319f80573b9c73156d379361787f03dad48f26d
  • master default protected
2 results

var2.sh

Blame
  • var2.sh 133 B
    #!/bin/bash
    
    #Set a variable
    exampleVariable=$(./hello.sh)
    
    #Print out the result
    echo The value of the variable is $exampleVariable