File: compass

package info (click to toggle)
ruby-bootstrap-switch-rails 3.3.4%2Bdfsg%2BREALLY.3.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: sh: 63; ruby: 35; makefile: 16
file content (9 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

exec 2>&1
set -ex

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