blob: 8c523caec83cf4403e70a6d7657b4a7e67b5898f [file] [log] [blame]
#!/bin/bash
if [ "$#" -eq 0 ]; then
echo "Usage: stable <command name> [args]"
exit 1
fi
stable-$1 "${@:2}"