mirror of
https://github.com/rbenv/ruby-build.git
synced 2026-05-16 09:13:14 -04:00
4 lines
82 B
Text
4 lines
82 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
echo "$(uname -m)-$(uname -s)" | tr '[A-Z] ' '[a-z]_'
|