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