Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions droidducky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# DroidDucky
# Simple Duckyscript interpreter in Bash. Based on android-keyboard-gadget and hid-gadget-test utility.
#
#4849043650
# Usage: droidducky.sh payload_file.dd
#
#6104158766
# Copyright (C) 2015 - Andrej Budinčević <andrew@hotmail.rs>
#
# This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -408,4 +408,4 @@ while IFS='' read -r line || [[ -n "$line" ]]; do
fi

usleep $defdelay
done < "$1"
done < "$1"