projekty
/
krypto.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
jakobsen5 vypada nejlepe
[krypto.git]
/
test2
1
#!/bin/bash
2
3
for file in jakobsen*.py
4
do
5
echo "print desifruj('"`cat test.txt`"'.upper(), False)" | python -i $file >> test.tmp
6
done
7
8
less test.tmp
9
rm test.tmp