10 lines
146 B
Text
10 lines
146 B
Text
|
#!/bin/bash
|
||
|
|
||
|
export CVS_RSH=ssh
|
||
|
export CVSROOT=:ext:login@cvs.tuxfamily.org:/cvsroot/libnazgul
|
||
|
|
||
|
# ci commit
|
||
|
# co new branch
|
||
|
# update
|
||
|
exec $SHELL
|