mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Create run-all.sh
This commit is contained in:
parent
595dd5dffd
commit
56484d4b01
1 changed files with 10 additions and 0 deletions
10
src/deb/for-download/tools/imapsync/run-all.sh
Normal file
10
src/deb/for-download/tools/imapsync/run-all.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd accounts
|
||||
|
||||
for name in *
|
||||
do
|
||||
if [ -f "$name" ]; then
|
||||
./$name
|
||||
fi
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue