mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Changed hardcoded paths
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for i in `seq 1 $1`;
|
||||
do
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# blink 10 times to signal ready state
|
||||
/root/pwnagotchi/scripts/blink.sh 10 &
|
||||
|
Reference in New Issue
Block a user