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