Project

General

Profile

Download (73 Bytes) Statistics
| Branch: | Tag: | Revision:
#!/bin/bash

COMMAND="rake $@"
SCL=FIXMESCL

scl enable $SCL "$COMMAND"

(6-6/7)