Open main menu

CDOT Wiki β

Changes

OPS245 Scripting Exercises dev

2 bytes added, 01:49, 15 January 2023
Exercises
</pre>
* Create a bash script that will run your other script (hello.bash) twice. Feel free to reuse this prompt for any of the other scripts. You have been provided a template with comments, but missing code. Fill in the missing pieces based on the commentcomments.
<pre>
#!/bin/bash
</pre>
* Now do it in python. You have been provided a template with comments, but missing code. Fill in the missing pieces based on the commentcomments.
<pre>
#!/usr/bin/env python3