diff options
Diffstat (limited to 'vsvs-archive')
-rw-r--r-- | vsvs-archive | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vsvs-archive b/vsvs-archive index aea12ef..e328157 100644 --- a/vsvs-archive +++ b/vsvs-archive @@ -1,6 +1,5 @@ #!/bin/bash # Current directory will be represented as VSVS archive in output. -# The directory itself should be locked. for e in `ls -a` do test "$e" == "." || test "$e" == ".." && continue |