mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/bin/sh -eu
|
|
|
|
device="$1"
|
|
dd if="/dev/$device" of=/dev/null count=10
|