Skip to content

The terminal from Ubuntu, brought to every device, including all Chromebooks, both newer and older!

Notifications You must be signed in to change notification settings

Zachary-Rude/Linux-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Linux Terminal

This is the terminal from Ubuntu, now available on every device!

Source Code

import os

pink = "\033[0;31m"
white = "\033[0;37m"
while True:
     print(pink + "zacharyrude@ubuntu:~$", end=" ")
     cmd = input(white)
     os.system(cmd)

About

The terminal from Ubuntu, brought to every device, including all Chromebooks, both newer and older!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages