Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
sashal
/
stable-tools
/
787205163a6298a67cc9df9dc397336d7638a51b
/
.
/
stable
blob: 8c523caec83cf4403e70a6d7657b4a7e67b5898f [
file
] [
log
] [
blame
]
#!/bin/bash
if
[
"$#"
-
eq
0
];
then
echo
"Usage: stable <command name> [args]"
exit
1
fi
stable
-
$1
"${@:2}"