move scripts directory

This commit is contained in:
Roman Zeyde
2014-08-07 17:04:39 +03:00
parent 0b91ef76c5
commit e4ba6cf232
3 changed files with 6 additions and 6 deletions

5
scripts/profile.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
python -m cProfile -o result.prof $*
echo "sort time
stats 20" | python -m pstats result.prof 1>&2