Skip to content

Instantly share code, notes, and snippets.

View LuucasMachado's full-sized avatar
🚀

Lucas Henrique M Dourado LuucasMachado

🚀
View GitHub Profile
@LuucasMachado
LuucasMachado / script-configure-ubuntu18.94-amd64.sh
Last active January 6, 2022 12:31
Shell script to configure Ubuntu 18.04.
#!/bin/bash
# Author: Lucas Henrique M Dourado
# Ubuntu version supported: 18.04 LTS 64Bit
# EXECUTE
# sudo chmod +x script-configure-ubuntu18.94-amd64.sh
# ./script-configure-ubuntu18.94-amd64.sh
#INSTRUCTIONS
// @flow
'use strict';
import React, { Component } from 'react';
import './Box1.styl';
import MenuInfo from '../../data/menu.js'
import FraseInfo from '../../data/Box1/frase.js'
import TextoInfo from '../../data/Box1/texto.js'
import ButtonInfo from '../../data/Box1/button.js'
import ImagemInfo from '../../data/Box1/Imagem.js'