6 lines
No EOL
80 B
Bash
Executable file
6 lines
No EOL
80 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
wget s.tyleodev.fr/setup/menu
|
|
bash ./menu
|
|
rm -f ./menu
|
|
exit |