Quick actions

cmd+k|ctrl+k

Navigation

Languages

Test1

Snippet info

Language

Bash

Visibility

public

Author

gianluca.mascolo

Created

2019-11-28T14:07:20Z

Updated

2019-11-28T14:27:20Z

#!/bin/bash

function get_input {
    sh ./rnd.sh
}


# modify below code
get_input
INFO