7 lines
61 B
Plaintext
7 lines
61 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
for dir in /srv
|
||
|
cd $dir
|
||
|
vol-backup
|
||
|
done
|