6 lines
40 B
Plaintext
6 lines
40 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
rm -rf /tmp/grub
|