head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2011.11.22.10.34.28;	author dunc;	state Exp;
branches;
next	1.2;

1.2
date	2003.01.05.22.13.44;	author dunc;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.05.22.12.09;	author dunc;	state Exp;
branches;
next	;


desc
@Backstop for when no alias for s command
@


1.3
log
@grave elimination
@
text
@#!/bin/sh
if [ -n "$SHLVL" ];then
  if [ $(uname) = Linux ];then
    i=$(expr $SHLVL - 1)
  else
    i=$SHLVL
  fi
  echo "At shell level $i"
else
  echo '$SHLVL not set'
fi
@


1.2
log
@OSE extension
@
text
@d3 2
a4 2
  if [ `uname` = Linux ];then
    i=`expr $SHLVL - 1`
@


1.1
log
@Initial revision
@
text
@d2 10
a11 1
echo "At command level 1 - use exit or logout to finish"
@
