acquire.sh 154 B

1234567
  1. #!/bin/bash
  2. set -e
  3. git init
  4. git remote add origin https://git.sr.ht/~tilo15/usm || echo "Origin already exists"
  5. git fetch
  6. git reset --hard origin/master