Project

General

Profile

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

COMMAND="ruby $@"
SCL=FIXMESCL

scl enable $SCL "$COMMAND"

(5-5/8)