aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sam/shell.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-14sam: remove backward ?:Russ Cox1-1/+1
The exit code here is ignored anyway.
2012-09-17sam: add $% as an alias for $samfileRuss Cox1-0/+1
R=r http://codereview.appspot.com/6488137
2008-04-16sam: clean up checkerrs (Rob Pike)Russ Cox1-3/+3
2008-04-15sam: allow more output from ! command (Rob Pike)Russ Cox1-2/+2
2006-08-29Aviod seg fault when no filersc1-1/+4
2006-08-24set $samfile during external commandsrsc1-0/+9
2004-12-28FreeBSD tweaksrsc1-1/+2
2003-09-30Initial revisionrsc1-0/+152