updateAll.sh 56 B

1234
  1. #!/bin/bash
  2. for file in update*.sh; do ./"$file"; done