update-dummy.sh 62 B

1234
  1. #!/bin/bash
  2. echo "Dummy updater -- run with opts: $*"
  3. exit 0