mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
who let the cat out?
This commit is contained in:
parent
ef51b30387
commit
19331ee385
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ if [ ! -d ~/.gmqcc/testsuite/projects ]; then
|
|||
mkdir -p ~/.gmqcc/testsuite/projects
|
||||
old="$PWD"
|
||||
cd ~/.gmqcc/testsuite/projects
|
||||
echo "$(ls ../ | cat | grep -v '^hashes$' | grep -v '^projects$' | grep -v '^options$')" | while read -r line
|
||||
echo "$(ls ../ | grep -v '^hashes$' | grep -v '^projects$' | grep -v '^options$')" | while read -r line
|
||||
do
|
||||
echo "extracting project $line"
|
||||
mkdir "$(echo "$line" | sed 's/\(.*\)\..*/\1/')"
|
||||
|
|
Loading…
Reference in a new issue