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