fixed pull.sh directory to loop over

This commit is contained in:
saundersp 2023-05-07 22:30:21 +02:00
parent 20b2cd160f
commit 3050d18737

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
cd ../.. cd ..
for d in *; do for d in *; do
echo "current directory: $d" echo "current directory: $d"