diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-10-01 23:46:00 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-10-01 23:46:00 +0000 |
| commit | 5b2defbd2a1aa991bd0a2855eef8e15107572747 (patch) | |
| tree | 0e8b33a28f1fb7396bf8b6fcef974fa82de59e9d /misc/seq.rb | |
Diffstat (limited to 'misc/seq.rb')
| -rwxr-xr-x | misc/seq.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/seq.rb b/misc/seq.rb new file mode 100755 index 000000000000..0902eb0d96f5 --- /dev/null +++ b/misc/seq.rb @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby + +Integer($*[0]).times {|i| print "0x%02X, " % ((Integer($*[1]) + i) % 0xFF) } |
