Skip to content

Commit

Permalink
Edition script, start of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Malphaet committed Aug 8, 2012
1 parent 756268f commit 7d9c777
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions confs/test.conf
Expand Up @@ -4,12 +4,12 @@
# ':' = Copy
[/home/malphaet/Downloads/]
type.contains(image) =: ./sorted/Pict
type.contains(application) =: ./sorted/Doc
type.is(application/x-tar) =: ./sorted/Archive
name.contains(pen) =: ./sorted/Warning
name.starts(pen) =: ./sorted/Wtf
name.ends(.zip) =: ./sorted/Zip
extention.is(.jpg) =: ./sorted/Jpgs
name.less(P) =: ./sorted/Tafiole
size.more(10000) =: ./sorted/Fatty
date.more(10 08 91, 10 10 10) =: ./sorted/Young
type.contains(application) =: ./sorted/Doc
#name.contains(pen) =: ./sorted/Warning
#name.starts(pen) =: ./sorted/Wtf
#name.ends(.zip) =: ./sorted/Zip
#extention.is(.jpg) =: ./sorted/Jpgs
#name.less(P) =: ./sorted/Tafiole
#size.more(10000) =: ./sorted/Fatty
#date.more(10 08 91, 10 10 10) =: ./sorted/Young
2 changes: 2 additions & 0 deletions edit.sh
@@ -0,0 +1,2 @@
#!/bin/bash
gedit 2> /dev/null *.py confs/*.conf Modules/*.py &

0 comments on commit 7d9c777

Please sign in to comment.