4 lines
98 B
Bash
4 lines
98 B
Bash
#!/bin/sh
|
|
echo "obsolete, gem2rpm knows it's running on opensuse" >&2
|
|
exec gem2rpm -t opensuse $1
|