This website requires JavaScript.
Explore
Help
Sign In
Aren
/
mcst-linux-kernel
Watch
1
Star
0
Fork
You've already forked mcst-linux-kernel
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1fb15e1d3f
mcst-linux-kernel
/
glibc-2.35
/
remote.sh
9 lines
93 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
# set -x
# echo $@
WDIR
=
$(
realpath .
)
shift
rsh
$REMOTE_HOSTNAME
"
cd
$WDIR
;
$@
"
Reference in New Issue
View Git Blame
Copy Permalink