diff options
author | root <root@dev.spline.de> | 2008-10-24 13:12:16 +0200 |
---|---|---|
committer | root <root@dev.spline.de> | 2008-10-24 13:12:16 +0200 |
commit | 09f3c1bc2c4cfffed548a9b7dbf242c0b4ab3986 (patch) | |
tree | f0d74dfaf6fc072103e0a42cc7560bf602b63949 /bin | |
parent | 44236fd5df90080e2dcb6d03ffc1d2ccfef4df57 (diff) | |
download | dev-scripts-09f3c1bc2c4cfffed548a9b7dbf242c0b4ab3986.tar.gz dev-scripts-09f3c1bc2c4cfffed548a9b7dbf242c0b4ab3986.tar.xz dev-scripts-09f3c1bc2c4cfffed548a9b7dbf242c0b4ab3986.zip |
add exec wrapper
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/wrapper | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/wrapper b/bin/wrapper new file mode 100755 index 0000000..f820390 --- /dev/null +++ b/bin/wrapper @@ -0,0 +1,2 @@ +#!/bin/bash +exec /var/www/localhost/scripts/bin/$(basename $0) |