diff options
Diffstat (limited to 'cheat/.cheat/magnetico')
-rw-r--r-- | cheat/.cheat/magnetico | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cheat/.cheat/magnetico b/cheat/.cheat/magnetico new file mode 100644 index 0000000..5fb96bf --- /dev/null +++ b/cheat/.cheat/magnetico @@ -0,0 +1,5 @@ +# Get size file discovered +size=0; for el in $(sqlite3 ~/.local/share/magneticod/database.sqlite3 "select size from files"); do ((size+=el)); done; echo $size | awk '{ byte =$1 /1024/1024/1024; print byte " GB" }' + +# Get torrent number +sqlite3 ~/.local/share/magneticod/database.sqlite3 "select count(*) from torrents" |