]> git.sesse.net Git - backup.sh/commitdiff
tar topdir som argument
authorroot <empty>
Thu, 15 Jun 2000 15:10:38 +0000 (15:10 +0000)
committerroot <empty>
Thu, 15 Jun 2000 15:10:38 +0000 (15:10 +0000)
indekser.sh

index 9331acbd6a1a0bd2519548f5ce030d19fdaa5a97..de0ebd816761844d54728f6e132e0df84e0ab716 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-topdir=/backup
+topdir=$1
 cd $topdir
 
 for maskin in `ls -1 | grep -v lost+found`