mirror of
https://github.com/rbenv/ruby-build.git
synced 2026-08-23 20:44:57 -04:00
4 lines
82 B
Shell
Executable file
4 lines
82 B
Shell
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "$(uname -m)-$(uname -s)" | tr '[A-Z] ' '[a-z]_'
|