reorganise more old stuff
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
bd2765c540
commit
c23bfc5a82
54 changed files with 3 additions and 562 deletions
16
old/choose-cvs
Executable file
16
old/choose-cvs
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
name="CVS"
|
||||
|
||||
tmp="/tmp/$name-$$"
|
||||
|
||||
alias dialog="dialog"
|
||||
|
||||
|
||||
dialog --menu "$name" 0 0 0 anoncvs@anoncvs.xfree86.org:/cvs xfree-xc \
|
||||
:pserver:anonymous@mplayerhq.hu:/cvsroot/mplayer mplayer-main 2> $tmp
|
||||
export CVSROOT=`cat $tmp`
|
||||
|
||||
dialog --inputbox "CVS Module" 0 0 2> $tmp
|
||||
export CVSMODULE=`cat $tmp`
|
||||
|
||||
dialog --textbox 0 0 "Checking out $CVSMODULE from $CVSROOT"
|
||||
bash -c "cvs co $CVSMODULE"
|
||||
Loading…
Add table
Add a link
Reference in a new issue