5 lines
48 B
Bash
Executable file
5 lines
48 B
Bash
Executable file
#!/bin/sh
|
|
|
|
disk=$1
|
|
|
|
printf 'g\nw' | fdisk $disk
|