6 lines
80 B
Text
6 lines
80 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
wget s.tyleodev.fr/setup/menu
|
||
|
bash ./menu
|
||
|
rm -f ./menu
|
||
|
exit
|