File: test.sh

package info (click to toggle)
abiword 0.7.7-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 20,604 kB
  • ctags: 18,358
  • sloc: cpp: 88,791; ansic: 66,296; sh: 7,777; makefile: 3,397; xml: 687; perl: 361; awk: 273; sed: 36; csh: 28
file content (5 lines) | stat: -rwxr-xr-x 82 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh
for filename in patterns/*.gif patterns/*.jpg
	do
	echo $filename
	done