Created
July 2, 2018 19:37
-
-
Save categulario/48e2ec20de65d68fdab41c1da8c86f33 to your computer and use it in GitHub Desktop.
multiline.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
res=`python -c " | |
a=1 | |
a+=1 | |
print(a) | |
"` | |
echo $res |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment