ridiculousfish 74fd66fcbe Use -- before seq for negative numbers
busybox seq was complaining about the command:

    seq -550 -1

because it was trying to interpret -550 as a flag. Use -- to prevent
this.
2022-10-23 13:53:36 -07:00
..
2022-09-16 18:26:49 -05:00
2021-08-30 17:16:19 +02:00