-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.sh
22 lines (21 loc) · 1.14 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
echo"
╔═════════════════════════════════════════════════════════════╗
║ _ _ _ _ ║
║ / \ _ _| |_ ___ _ __ ___ __ _| |_(_)_______ _ __ ║
║ / _ \| | | | __/ _ \| '_ ` _ \ / _` | __| |_ / _ \ '__| ║
║ / ___ \ |_| | || (_) | | | | | | (_| | |_| |/ / __/ | ║
║ /_/ \_\__,_|\__\___/|_| |_| |_|\__,_|\__|_/___\___|_| ║
║ ║
║ CRIADO COM MUITO AMOR POR ║
║ ERICK LUIZ BERTOLINI ║
║ ║
╚═════════════════════════════════════════════════════════════╝"
mkdir ~/Automatizer
cp ./gulpfile.js ~/Automatizer
cp ./criador.sh ~/Automatizer
cd ..
rm -rf Automatizer
rm Automatizer.zip
cd ~/Automatizer
rm install.sh