mirror of https://github.com/actions/toolkit
5 lines
40 B
Bash
5 lines
40 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
read var
|
||
|
echo $var
|