summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2006-10-11 18:12:39 +0000
committerPierre Schmitz <pierre@archlinux.de>2006-10-11 18:12:39 +0000
commit183851b06bd6c52f3cae5375f433da720d410447 (patch)
treea477257decbf3360127f6739c2f9d0ec57a03d39 /bin
MediaWiki 1.7.1 wiederhergestellt
Diffstat (limited to 'bin')
-rw-r--r--bin/.htaccess1
-rw-r--r--bin/ulimit.sh7
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/.htaccess b/bin/.htaccess
new file mode 100644
index 00000000..b63d4018
--- /dev/null
+++ b/bin/.htaccess
@@ -0,0 +1 @@
+Deny from All
diff --git a/bin/ulimit.sh b/bin/ulimit.sh
new file mode 100644
index 00000000..7a1925cc
--- /dev/null
+++ b/bin/ulimit.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+ulimit -t $1
+ulimit -v $2
+shift 2
+"$@"
+