Skip to content
Snippets Groups Projects
Commit 2b877585 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '5927-overide-phase-per-project' into 'master'

remove dot entries

See merge request !4
parents bc70984e 3b63c54f
No related branches found
No related tags found
1 merge request!4remove dot entries
......@@ -88,7 +88,7 @@
echo --- scanning web $prjdir
cd $prjdir
find . -print | sort >$fileprj
find . -print | grep -v "^\.*$" | sort >$fileprj
ls -l $fileprj
wc -l $fileprj
head $fileprj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment