File tree 3 files changed +52
-0
lines changed
3 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ #to install mewtwo "sudo ./install"
2
+
3
+ echo "installing mewtwo"
4
+ chmod +x mewtwo
5
+ cp mewtwo /usr/bin/
6
+
7
+ echo " installation completed "
8
+ echo " launch it by typing ---> mewtwo"
Original file line number Diff line number Diff line change
1
+ # meowth
2
+
3
+ echo "-=[ Meowth (Pokemon) ] "
4
+ echo " "
5
+ echo " .-. \_/ .-. "
6
+ echo " \.-\/=\/.-/ "
7
+ echo " '-./___|=|___\.-' "
8
+ echo " .--| \|/`"`\|/ |--. "
9
+ echo " (((_)\ .---. /(_))) "
10
+ echo " `\ \_`-. .-'_/ /`_ "
11
+ echo " '.__ __.'(_)) "
12
+ echo " / \ // "
13
+ echo " | |__.'/ "
14
+ echo " \ /--'` "
15
+ echo " .--,-' .--. '----. "
16
+ echo " '----`--' '--`----' "
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ # Why Mewtwo in as a package manger translator
4
+
5
+ # Mewtwo is rarely referred to as a "clone" in Japanese sources and also which means " Second of Mew " reffer Pokémon
6
+ # Mewtwo is a Pokémon that was created by genetic manipulation.
7
+
8
+ # what it will do ?
9
+ # use mew for translating plus a easy peasy pacage manager
10
+
11
+ echo " still in development here is a mewtwo"
12
+
13
+
14
+ # for mew will be deleted later
15
+ # mew home is tree of beggining
16
+ # mew is also taken as creator or ancestor of all Pokémons
17
+
18
+ echo " Mew - μ"
19
+
20
+ echo " Mewtwo - μ2"
21
+
22
+ read x
23
+ if
24
+ x = apt
25
+
26
+ pac =x
27
+
28
+ fi
You can’t perform that action at this time.
0 commit comments