5 lines
238 B
Bash
5 lines
238 B
Bash
|
#remove home to get rid of any remaining files from latest session. Only happens in test mode, but it's always useful
|
||
|
.2. rm -rf ~/*
|
||
|
.2. mkdir ~/.cloudshell
|
||
|
.2. touch ~/.cloudshell/no-pip-warning
|
||
|
.2. touch ~/.cloudshell/no-apt-get-warning
|