mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd /pineapple/modules/PortalAuth/includes/scripts/injects/;
|
|
tar -xzf $1;
|
|
rm -rf $1;
|