File: compass

package info (click to toggle)
ruby-bootstrap-switch-rails 3.3.4%2Bdfsg%2BREALLY.3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: sh: 63; ruby: 35; makefile: 16
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