mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
5 lines
158 B
Bash
Executable File
5 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tar -czf /pineapple/modules/PortalAuth/includes/downloads/$1.tar.gz -C /pineapple/modules/PortalAuth/includes/scripts/injects/ $1/
|
|
echo "Complete"
|