Created
October 26, 2018 11:45
-
-
Save bitsgalore/2e4d83f85a05e897a4f2b8a0fcbe9845 to your computer and use it in GitHub Desktop.
Restore session with terminal windows, file manager windows, vscode and web browser
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 | |
# | |
# Set up session | |
mate-terminal --working-directory=/media/bcadmin/Elements/testDDS | |
mate-terminal --working-directory=/home/bcadmin/forensicImagingResources | |
caja /home/bcadmin/forensicImagingResources | |
caja /media/bcadmin/Elements/testDDS | |
vscode /home/bcadmin/forensicImagingResources/doc/tape-dds.md /home/bcadmin/forensicImagingResources/scripts/readtape.sh & | |
firefox & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment