pull.sh 274 B

1234567891011121314
  1. #!/bin/bash
  2. set -e
  3. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
  4. cd $DIR
  5. if [ ! -d icons/ ]; then
  6. git clone https://github.com/twbs/icons/
  7. fi
  8. cd icons
  9. git fetch --all
  10. git checkout d5aa187483a1b0b186f87adcfa8576350d970d98
  11. cp bootstrap-icons.svg ../