File: pull-libwebp.sh

package info (click to toggle)
golang-github-bep-gowebp 0.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,588 kB
  • sloc: ansic: 75,826; sh: 1,085; makefile: 579; python: 350; cpp: 262
file content (8 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/bash
if [ "$1" = "" ]
then
  echo "Usage: $0 <pull-libwebp.sh tag>"
  exit
fi

git subtree pull --prefix libwebp_src https://github.com/webmproject/libwebp.git $1 --squash