File: compass

package info (click to toggle)
ruby-bootstrap-sass 3.3.5.1-5.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,312 kB
  • sloc: ruby: 1,181; sh: 17; makefile: 14
file content (9 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

exec 2>&1
set -ex

cd ${ADTTMP:-/tmp}
compass create myproject --using bootstrap-sass
(cd myproject && find)
rm -fr myproject