5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
# !/bin/bash
|
|
|
|
SVN_DIR=$1
|
|
svn log -v --stop-on-copy $SVN_DIR | less
|