Subversion Repositories wimsdev

Rev

Rev 2497 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2497 Rev 15421
Line 1... Line 1...
1
content=!sh ls -la $wims_home/sessions/$checkses | awk 'BEGIN {a=0};\
1
content=!sh ls -la $wims_home/sessions/$checkses | awk 'BEGIN {a=0};\
2
	{a++};\
2
	{a++};\
3
	a>3 {print $$1" "substr($$0,36)};'
3
	a>3 {print $$1" "substr($$0,36)};'
4
 
4
 
5
!if var.stat iswordof $content
5
!if var.stat iswordof $content
6
 varstat=!sh cat $wims_home/sessions/$checkses/var.stat
6
  varstat=!sh cat $wims_home/sessions/$checkses/var.stat
7
!endif
7
!endif