commit
4006e45704
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# based on: https://wiki.debian.org/RaspberryPi/qemu-user-static
|
# based on: https://wiki.debian.org/RaspberryPi/qemu-user-static
|
||||||
## and https://z4ziggy.wordpress.com/2015/05/04/from-bochs-to-chroot/
|
## and https://z4ziggy.wordpress.com/2015/05/04/from-bochs-to-chroot/
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# name of the ethernet gadget interface on the host
|
# name of the ethernet gadget interface on the host
|
||||||
USB_IFACE=${1:-enp0s20f0u1}
|
USB_IFACE=${1:-enp0s20f0u1}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
for i in $(seq 1 "$1");
|
for i in $(seq 1 "$1");
|
||||||
do
|
do
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# blink 10 times to signal ready state
|
# blink 10 times to signal ready state
|
||||||
/root/pwnagotchi/scripts/blink.sh 10 &
|
/root/pwnagotchi/scripts/blink.sh 10 &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user