X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fsystem%2Fskeleton%2Froot%2F.bash_logout;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fsystem%2Fskeleton%2Froot%2F.bash_logout;h=77ef1f95089d7fc6e13ae2cbece8e4dee7f07e1e;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/system/skeleton/root/.bash_logout b/cirros-testvm/src-cirros/buildroot-2015.05/system/skeleton/root/.bash_logout new file mode 100644 index 0000000..77ef1f9 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/system/skeleton/root/.bash_logout @@ -0,0 +1,7 @@ +# ~/.bash_logout: executed by bash(1) when login shell exits. + +# when leaving the console clear the screen to increase privacy + +case "`tty`" in + /dev/tty[0-9]*) clear +esac