diff options
author | VG <vg@devys.org> | 2016-02-25 23:54:43 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2016-02-25 23:54:43 +0100 |
commit | d92048da7ec2d84a7b1cc8ad9f0dc62ee79e1426 (patch) | |
tree | 65dd1f0b7da2edd15834552f2478fba646953111 /tests/command.sh | |
download | wqueue-d92048da7ec2d84a7b1cc8ad9f0dc62ee79e1426.tar.gz wqueue-d92048da7ec2d84a7b1cc8ad9f0dc62ee79e1426.tar.bz2 wqueue-d92048da7ec2d84a7b1cc8ad9f0dc62ee79e1426.zip |
first commit
Diffstat (limited to 'tests/command.sh')
-rwxr-xr-x | tests/command.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/command.sh b/tests/command.sh new file mode 100755 index 0000000..c942ef4 --- /dev/null +++ b/tests/command.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec sleep 10 |