This repository was archived by the owner on Dec 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move CLASS-Examples to ~ to remove from content folder
- Loading branch information
Timothy Middelkoop
authored and
Timothy Middelkoop
committed
Nov 10, 2021
1 parent
ae3e303
commit 9073f0d
Showing
5 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| #!/bin/bash | ||
|
|
||
| ## Clean VM in prep for (re)running VM work | ||
|
|
||
| echo "=== gcp-clean-vm.sh" | ||
|
|
||
| ## Cleanup for 06_running_analysis | ||
| sudo apt remove --yes git | ||
| rm -rf ~/CLASS-Examples |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| #!/bin/bash | ||
|
|
||
| ## Clean VM in prep for (re)running VM work | ||
|
|
||
| echo "=== gcp-clean-vm.sh" | ||
|
|
||
| ## Cleanup for 06_running_analysis | ||
| sudo apt remove git | ||
| rm -rf ~/CLASS-Examples | ||
|
|