From: =?utf-8?q?Wolfgang_F=C3=BCtterer?= <debian@wlf-online.de>
Date: Wed, 20 Jan 2016 14:53:53 +0100
Subject: Shebang for script Added shebang to satisfy lintian

---
 cgx_2.11/examples/clean | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cgx_2.11/examples/clean b/cgx_2.11/examples/clean
index 3ff69fc..18585ed 100755
--- a/cgx_2.11/examples/clean
+++ b/cgx_2.11/examples/clean
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 rm */*.gif */*.gnu */*.out */*.sta */*.cvg */*.dat */*.frd */*.equ */*.bou */*.nam */*.sur */*.msh */*.dlo */*.flm */*.rad */*.ps */*~ */tets.inp */spooles.out */TriMasterCyclicSymmetryModel1 */mesh.ned */mesh.stl
 rm */*/isaac.grd */*/*.sur */*/*.dfl */*/*.sta */*/*.dat */*/*.frd */*/*.equ */*/*.bou  */*/*.nam */*/*.msh
 
