Update library/user/general/HellowWorld/payload.sh

This commit is contained in:
2026-01-09 06:13:13 -07:00
parent 8b7b442acb
commit b0c90192bf

View File

@@ -0,0 +1,17 @@
#!/bin/bash
# Title: Hello World
# Description: A simple test payload for the WiFi Pineapple Pager.
# Author: You
# === SETUP ===
LED SETUP
sleep 1
# === MAIN ===
LED ATTACK
echo "Hello, World!" > /tmp/pager_message
DISPLAY_NOTIFY "Hello World" "Your first Pager payload is running!"
# === FINISH ===
LED FINISH
sleep 1