This repository stores files assocated with the Introduction to Engineering Computer & Information Science & Engineering (CISE) class. Each directory (Unix, Mac, Win) holds scripts that demonstrate some of what was learned in class. For the specific files that were used in class, please see the UNIX directory. Other files for alternate operating systems (OS) are provided as well. The table below outines how to use these files on the OS of your choice. Note that your machine's permissions may need to be modified to enable a script or app to run.
Have fun!
Directory | File | How To Use |
---|---|---|
UNIX | loop.sh | Download. Set execute permissions as shown in class. Open the terminal and navigate to the script location. Execute the script by typing: ./<name_of_script>.sh, where <name_of_script> is the name of the script you downloaded. |
myVirus.sh | ||
STUXNET.sh | ||
Mac | STUXNET.app | Download. Double click the .app file. If needed, go to System Preferences → Security & Privacy → Open Anyway. |
loop.app | ||
STUXNET.scpt | Download. Double click the .scpt file to open in ScriptEditor. Click the play button to run the script. Note: progress bars show up at bottom of ScriptEditor. | |
loop.scpt | ||
Windows | STUXNET.bat | Download. Double click. More info → Run Anyway. To stop, press Ctrl + C. |
More information on Whiptail, AppleScript, and Batch Scripts can be found by following the links.