Added Turtle function to shenanigans
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-01-16 10:38:06 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-01-16 10:38:06 +0100 |
| Commit | 8b1e2369595fb5f06ff84d29135fae96631fc5a5 (patch) |
|
-rwxr-xr-x |
shenanigans.sh | 5 |
1 files changed, 5 insertions, 0 deletions
| diff --git a/shenanigans.sh b/shenanigans.sh | |||
| ... | |||
| 69 | 69 | ||
| 70 | # Useful function. Much wow! |
70 | # Useful function. Much wow! |
| 71 | 71 | ||
| 72 | turtle() { |
||
| 73 | cd ~/Games/Turtle |
||
| 74 | ./start.sh |
||
| 75 | } |
||
| 76 | |||
| 72 | backup() { |
77 | backup() { |
| 73 | VHOME=/home/$USER/Vault |
78 | VHOME=/home/$USER/Vault |
| 74 | ME=$(whoami)@$(hostname) |
79 | ME=$(whoami)@$(hostname) |
| ... | |||