index
:
~klea
/
at-tayich.git
this commit
main
Unsorted stuff for ArchiveTeam
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
runin
blob: bb1a5e983df58de754a846a48ae7a8fbfa9e3054 (
about
) (
plain
) (
blame
)
1
2
3
4
#!/bin/sh
[
"
$#
"
-lt
1
]
&&
{
echo
"runin cmd args"
>
&
2
;
exit
1
;
}
cd
"
$1
"
;
shift
exec
"
$@
"