File: pull-libsass.sh

package info (click to toggle)
golang-github-bep-golibsass 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,840 kB
  • sloc: cpp: 30,477; ansic: 848; sh: 662; makefile: 344; perl: 124
file content (8 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/bash
if [ "$1" = "" ]
then
  echo "Usage: $0 <libsass release tag>"
  exit
fi

git subtree pull --prefix libsass_src https://github.com/sass/libsass.git $1 --squash