Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Commit

Permalink
Remove stack limit when adding/deleting
Browse files Browse the repository at this point in the history
Ignore-this: 56140e55456bcf59097d091dbc995946

darcs-hash:20101202065426-1e580-7a28a7258bbad11332b75256fc894231f7b7b59b.gz
  • Loading branch information
jamii committed Dec 2, 2010
1 parent 58a578f commit 0cf0f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions add
@@ -1,4 +1,5 @@
#!/bin/bash
ulimit -s unlimited
dir=$(dirname $0)
python $dir/db.py --add=$1
$dir/index -update
Expand Down
1 change: 1 addition & 0 deletions del
@@ -1,4 +1,5 @@
#!/bin/bash
ulimit -s unlimited
dir=$(dirname $0)
python $dir/db.py --del=$1
$dir/index -update
Expand Down

0 comments on commit 0cf0f3e

Please sign in to comment.