Skip to content

Instantly share code, notes, and snippets.

@bitsgalore
Created October 26, 2018 11:45
Show Gist options
  • Save bitsgalore/2e4d83f85a05e897a4f2b8a0fcbe9845 to your computer and use it in GitHub Desktop.
Save bitsgalore/2e4d83f85a05e897a4f2b8a0fcbe9845 to your computer and use it in GitHub Desktop.
Restore session with terminal windows, file manager windows, vscode and web browser
#!/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