source: tt-tools/config/dropbear/shell.majtmp

Last change on this file was 6, checked in by guillaume, 16 years ago

Publication tt-ttols v0.1
Des outils pour le TwinTact

  • Property svn:executable set to *
File size: 223 bytes
Line 
1#! /bin/sh
2cd $HOME
3export SHELL=ash PATH=/usr/share/bin:$PATH
4[ "$1" == "-c" ] && shift && exec $*
5[ -e /usr/share/.lastlogin ] && echo "Last login: $(cat /usr/share/.lastlogin)"
6date >/usr/share/.lastlogin
7exec $SHELL -l
Note: See TracBrowser for help on using the repository browser.