mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-05 19:41:43 +08:00
5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
|
|
read -p "Type the IP address of your 3DS: " -e input
|
|
python servefiles.py $input .
|