Skip to content

Commit bf949d0

Browse files
committed
init
1 parent 9504210 commit bf949d0

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

Diff for: install

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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"

Diff for: meowth

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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 " '----`--' '--`----' "

Diff for: mewtwo

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)