1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
While executing the run command AWS-RunShellScript, first initialize the shell with shebang and then write the commands.
Here is an example of script content
#!/bin/bash
echo "hello world"
Hope this helps
Relevant content
- asked 10 months ago
- asked 4 years ago
