Sha256: f98bd0e62d16bc633588fdbeb082ce684bef408fbe25f63469d84995f00eba0f
Contents?: true
Size: 295 Bytes
Versions: 11
Compression:
Stored size: 295 Bytes
Contents
#!/bin/bash groupadd -o -g "$GID" "$GROUP" mkdir -p /tmp/home useradd -o -g "$GID" -u "$UID" -G rvm,sudo -p "" -b /tmp/home -m "$USER" HOME=$(bash <<< "echo ~$USER") ln -s /usr/local/rake-compiler "$HOME"/.rake-compiler sudo -u "$USER" --set-home \ BASH_ENV=/etc/rubybashrc \ -- "$@"
Version data entries
11 entries across 11 versions & 2 rubygems