mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-04 16:21:12 +02:00
4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "$(uname -m)-$(uname -s)" | tr '[A-Z] ' '[a-z]_'
|