various shell script fixes.
add 9a, 9c, 9l wrapper scripts. label sets label on xterm/9term
This commit is contained in:
parent
97a5e5f2dd
commit
dbd7b9a97e
7 changed files with 80 additions and 11 deletions
12
bin/B
12
bin/B
|
|
@ -18,16 +18,10 @@ then
|
|||
echo could not find sam 2>&1
|
||||
exit 2
|
||||
else
|
||||
pwd=`pwd`
|
||||
for i
|
||||
do
|
||||
case $i in
|
||||
/*)
|
||||
echo "B $i" >>$sam
|
||||
;;
|
||||
*)
|
||||
echo "B $pwd/$i" >>$sam
|
||||
;;
|
||||
esac
|
||||
pwd=`pwd`
|
||||
file=`cleanname -d $pwd $i`
|
||||
echo "B $file" >>$sam
|
||||
done
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue